mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
build: add strict .dockerignore file
This commit is contained in:
parent
3f9f400c75
commit
495c9a3324
1 changed files with 53 additions and 0 deletions
53
.dockerignore
Normal file
53
.dockerignore
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
.env
|
||||
.env.*
|
||||
|
||||
.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
|
||||
|
||||
/bootstrap/cache/**
|
||||
|
||||
/public/build
|
||||
/public/hot
|
||||
/public/storage
|
||||
|
||||
/storage/**
|
||||
!/storage/**/
|
||||
|
||||
.git
|
||||
.gitattributes
|
||||
.github
|
||||
.gitignore
|
||||
.gitkeep
|
||||
|
||||
.dockerignore
|
||||
|
||||
*.md
|
||||
*.mdx
|
||||
LICENSE
|
||||
Loading…
Reference in a new issue