mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore: improve repo root .gitignore
This commit is contained in:
parent
24fdccec4f
commit
5418502ac8
1 changed files with 38 additions and 17 deletions
55
.gitignore
vendored
55
.gitignore
vendored
|
|
@ -1,24 +1,45 @@
|
|||
/.phpunit.cache
|
||||
/node_modules
|
||||
/public/build
|
||||
/public/hot
|
||||
/public/storage
|
||||
/storage/*.key
|
||||
/storage/pail
|
||||
/vendor
|
||||
.env
|
||||
.env.backup
|
||||
.env.production
|
||||
.phpactor.json
|
||||
.phpunit.result.cache
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
/auth.json
|
||||
.env.*
|
||||
!.env.testing
|
||||
!.env.example
|
||||
!.env.development.example
|
||||
!.env.production.example
|
||||
|
||||
.bash_history
|
||||
.ssh
|
||||
|
||||
.bun
|
||||
.npm
|
||||
node_modules
|
||||
/vendor
|
||||
|
||||
/.cursor
|
||||
/.fleet
|
||||
/.idea
|
||||
/.nova
|
||||
/.vscode
|
||||
/.zed
|
||||
|
||||
*.log
|
||||
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
*.sqlite*
|
||||
|
||||
/auth.json
|
||||
.ignition.json
|
||||
.phpactor.json
|
||||
.phpunit.cache
|
||||
.phpunit.result.cache
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
|
||||
/public/build/
|
||||
/public/hot/
|
||||
/public/storage/
|
||||
|
||||
/storage/**
|
||||
!/storage/app
|
||||
!/storage/framework
|
||||
!/storage/logs
|
||||
|
|
|
|||
Loading…
Reference in a new issue