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
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
auth.json
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
/.fleet
|
||||
/.idea
|
||||
/.vscode
|
||||
**/.DS_Store
|
||||
/log
|
||||
/storage
|
||||
/tmp
|
||||
|
||||
# IDE Config Files
|
||||
/.fleet
|
||||
/.idea
|
||||
/.vscode
|
||||
/.nova
|
||||
|
||||
# Project-specific
|
||||
/public/pub
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue