Update gitignore
This commit is contained in:
parent
218f229596
commit
e1778fcd59
1 changed files with 8 additions and 4 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -11,14 +11,18 @@
|
||||||
.phpunit.result.cache
|
.phpunit.result.cache
|
||||||
Homestead.json
|
Homestead.json
|
||||||
Homestead.yaml
|
Homestead.yaml
|
||||||
auth.json
|
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
/.fleet
|
|
||||||
/.idea
|
|
||||||
/.vscode
|
|
||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
/log
|
/log
|
||||||
/storage
|
/storage
|
||||||
/tmp
|
/tmp
|
||||||
|
|
||||||
|
# IDE Config Files
|
||||||
|
/.fleet
|
||||||
|
/.idea
|
||||||
|
/.vscode
|
||||||
|
/.nova
|
||||||
|
|
||||||
|
# Project-specific
|
||||||
/public/pub
|
/public/pub
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue