forked from mirror/pixelfed
update ignore files
This commit is contained in:
parent
0ecebbb8bf
commit
3bfd043792
|
@ -1,4 +1,20 @@
|
||||||
.env
|
.DS_Store
|
||||||
.git
|
/.composer/
|
||||||
.gitignore
|
/.env
|
||||||
|
/.git
|
||||||
|
/.gitconfig
|
||||||
|
/.gitignore
|
||||||
|
/bootstrap/cache
|
||||||
/docker-compose-state/
|
/docker-compose-state/
|
||||||
|
/node_modules
|
||||||
|
/npm-debug.log
|
||||||
|
/public/storage
|
||||||
|
/public/vendor/horizon
|
||||||
|
/storage/*.key
|
||||||
|
/storage/docker
|
||||||
|
/vendor
|
||||||
|
/yarn-error.log
|
||||||
|
|
||||||
|
# exceptions - these *MUST* be last
|
||||||
|
!/bootstrap/cache/.gitignore
|
||||||
|
!/public/vendor/horizon/.gitignore
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
/public/hot
|
/public/hot
|
||||||
/public/storage
|
/public/storage
|
||||||
/storage/*.key
|
/storage/*.key
|
||||||
|
/storage/docker
|
||||||
/vendor
|
/vendor
|
||||||
Homestead.json
|
Homestead.json
|
||||||
Homestead.yaml
|
Homestead.yaml
|
||||||
|
|
Loading…
Reference in New Issue