mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-21 23:52:31 -05:00
Update gitignore to reflect upstream changes
This commit is contained in:
parent
472cb338bf
commit
111aa747da
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
/vendor
|
/vendor
|
||||||
/node_modules
|
/node_modules
|
||||||
/bower_components
|
/bower_components
|
||||||
|
/public/hot
|
||||||
/public/storage
|
/public/storage
|
||||||
/public/css
|
/public/css
|
||||||
/public/js
|
/public/js
|
||||||
|
@ -8,5 +9,6 @@
|
||||||
/public/uploads
|
/public/uploads
|
||||||
/storage/exports
|
/storage/exports
|
||||||
/storage.*.key
|
/storage.*.key
|
||||||
/.idea
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
.env
|
.env
|
||||||
|
|
Loading…
Reference in a new issue