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 .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
View File

@ -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