mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
sync ignore files
This commit is contained in:
parent
f0e30c8ab6
commit
515198b28c
2 changed files with 32 additions and 14 deletions
|
@ -1,13 +1,23 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/.composer/
|
/.bash_history
|
||||||
|
/.bash_profile
|
||||||
|
/.bashrc
|
||||||
|
/.composer
|
||||||
/.env
|
/.env
|
||||||
|
/.env.dottie-backup
|
||||||
/.git
|
/.git
|
||||||
|
/.git-credentials
|
||||||
/.gitconfig
|
/.gitconfig
|
||||||
/.gitignore
|
/.gitignore
|
||||||
|
/.idea
|
||||||
|
/.vagrant
|
||||||
/bootstrap/cache
|
/bootstrap/cache
|
||||||
/docker-compose-state/
|
/docker-compose-state/
|
||||||
|
/Homestead.json
|
||||||
|
/Homestead.yaml
|
||||||
/node_modules
|
/node_modules
|
||||||
/npm-debug.log
|
/npm-debug.log
|
||||||
|
/public/hot
|
||||||
/public/storage
|
/public/storage
|
||||||
/public/vendor/horizon
|
/public/vendor/horizon
|
||||||
/storage/*.key
|
/storage/*.key
|
||||||
|
@ -15,6 +25,6 @@
|
||||||
/vendor
|
/vendor
|
||||||
/yarn-error.log
|
/yarn-error.log
|
||||||
|
|
||||||
# exceptions - these *MUST* be last
|
# Exceptions - these *MUST* be last
|
||||||
!/bootstrap/cache/.gitignore
|
!/bootstrap/cache/.gitignore
|
||||||
!/public/vendor/horizon/.gitignore
|
!/public/vendor/horizon/.gitignore
|
||||||
|
|
32
.gitignore
vendored
32
.gitignore
vendored
|
@ -1,22 +1,30 @@
|
||||||
.bash_history
|
|
||||||
.bash_profile
|
|
||||||
.bashrc
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.env
|
/.bash_history
|
||||||
.env.dottie-backup
|
/.bash_profile
|
||||||
.git-credentials
|
/.bashrc
|
||||||
.gitconfig
|
/.composer
|
||||||
/.composer/
|
/.env
|
||||||
|
/.env.dottie-backup
|
||||||
|
#/.git
|
||||||
|
/.git-credentials
|
||||||
|
/.gitconfig
|
||||||
|
#/.gitignore
|
||||||
/.idea
|
/.idea
|
||||||
/.vagrant
|
/.vagrant
|
||||||
|
/bootstrap/cache
|
||||||
/docker-compose-state/
|
/docker-compose-state/
|
||||||
|
/Homestead.json
|
||||||
|
/Homestead.yaml
|
||||||
/node_modules
|
/node_modules
|
||||||
|
/npm-debug.log
|
||||||
/public/hot
|
/public/hot
|
||||||
/public/storage
|
/public/storage
|
||||||
|
/public/vendor/horizon
|
||||||
/storage/*.key
|
/storage/*.key
|
||||||
/storage/docker
|
/storage/docker
|
||||||
/vendor
|
/vendor
|
||||||
Homestead.json
|
/yarn-error.log
|
||||||
Homestead.yaml
|
|
||||||
npm-debug.log
|
# Exceptions - these *MUST* be last
|
||||||
yarn-error.log
|
!/bootstrap/cache/.gitignore
|
||||||
|
!/public/vendor/horizon/.gitignore
|
||||||
|
|
Loading…
Reference in a new issue