1
0
Fork 0

sync ignore files

This commit is contained in:
Christian Winther 2024-02-22 15:12:22 +00:00
parent f0e30c8ab6
commit 515198b28c
2 changed files with 32 additions and 14 deletions

View File

@ -1,13 +1,23 @@
.DS_Store
/.composer/
/.bash_history
/.bash_profile
/.bashrc
/.composer
/.env
/.env.dottie-backup
/.git
/.git-credentials
/.gitconfig
/.gitignore
/.idea
/.vagrant
/bootstrap/cache
/docker-compose-state/
/Homestead.json
/Homestead.yaml
/node_modules
/npm-debug.log
/public/hot
/public/storage
/public/vendor/horizon
/storage/*.key
@ -15,6 +25,6 @@
/vendor
/yarn-error.log
# exceptions - these *MUST* be last
# Exceptions - these *MUST* be last
!/bootstrap/cache/.gitignore
!/public/vendor/horizon/.gitignore

32
.gitignore vendored
View File

@ -1,22 +1,30 @@
.bash_history
.bash_profile
.bashrc
.DS_Store
.env
.env.dottie-backup
.git-credentials
.gitconfig
/.composer/
/.bash_history
/.bash_profile
/.bashrc
/.composer
/.env
/.env.dottie-backup
#/.git
/.git-credentials
/.gitconfig
#/.gitignore
/.idea
/.vagrant
/bootstrap/cache
/docker-compose-state/
/Homestead.json
/Homestead.yaml
/node_modules
/npm-debug.log
/public/hot
/public/storage
/public/vendor/horizon
/storage/*.key
/storage/docker
/vendor
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
/yarn-error.log
# Exceptions - these *MUST* be last
!/bootstrap/cache/.gitignore
!/public/vendor/horizon/.gitignore