Update .gitignore to not ignore auth.json lan file. (#6515)
This commit is contained in:
parent
657070ea8a
commit
f08e4f8bc5
|
@ -13,9 +13,9 @@
|
|||
.phpunit.result.cache
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
auth.json
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
/auth.json
|
||||
/.fleet
|
||||
/.idea
|
||||
/.nova
|
||||
|
|
Loading…
Reference in New Issue