-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (46 loc) · 774 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.idea
/laravel/node_modules
/laravel/public/hot
/laravel/public/storage
/laravel/vendor
.DS_Store
/.env
/laravel/.env
.phpunit.result.cache
npm-debug.log
yarn-error.log
/data
/.vscode
/.docker
/laravel/public/auctions-dist/
/laravel/public/css/
/laravel/public/js/
/laravel/public/mix-manifest.json
/coverage/
.phpstorm.meta.php
_ide_helper.php
/laravel/.composer/
/laravel/cypress/videos
/laravel/cypress/screenshots
/laravel/.config/
/laravel/laravel-echo-server*.lock
/laravel/.npm/
/laravel/storage/sitemap.xml
/laravel/storage/medialibrary/temp/
/laravel/.cache/
.bash_history
/docker/data/db/mysql/*
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.env.backup
.env.production
Homestead.json
Homestead.yaml
auth.json
/.fleet
/.idea