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
|
||||
/node_modules
|
||||
/bower_components
|
||||
/public/hot
|
||||
/public/storage
|
||||
/public/css
|
||||
/public/js
|
||||
|
@ -8,5 +9,6 @@
|
|||
/public/uploads
|
||||
/storage/exports
|
||||
/storage.*.key
|
||||
/.idea
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
.env
|
||||
|
|
Loading…
Reference in a new issue