-
-
Notifications
You must be signed in to change notification settings - Fork 989
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·56 lines (48 loc) · 685 Bytes
/
.gitignore
File metadata and controls
executable file
·56 lines (48 loc) · 685 Bytes
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
48
49
50
51
52
53
54
55
### OSX Vendor Configs ###
.DS_Store
*._DS_Store
._.DS_Store
*._
._*
._.*
### Windows Vendor Configs ###
Thumbs.db
### Sass ###
#bower_components/*
/.sass-cache/*
.sass-cache
### Editor Configs ###
*.sublime-workspace
.idea/*
/.idea/*
.phpintel/*
/.phpintel/*
/.vscode
/.fleet
/.idea
/.vscode
### Vagrant/Homestead Vendor Configs ###
/.vagrant
Homestead.yaml
Homestead.json
### Master Configs ###
.env
composer.lock
package-lock.json
yarn.lock
### Assets ###
/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
/storage/debugbar
/storage/framework
/storage/logs
/storage/users
packages/
.phpunit.result.cache
.env.backup
# Debug Files
npm-debug.log
yarn-error.log