mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-06 04:48:04 +00:00
Merge pull request #77 from ajshovon/main
chore: create .dockerignore file
This commit is contained in:
commit
a265d72200
26
.dockerignore
Normal file
26
.dockerignore
Normal file
@ -0,0 +1,26 @@
|
||||
# Ignore Git and GitHub files
|
||||
.git
|
||||
.github/
|
||||
|
||||
# Ignore Husky configuration files
|
||||
.husky/
|
||||
|
||||
# Ignore documentation and metadata files
|
||||
CONTRIBUTING.md
|
||||
LICENSE
|
||||
README.md
|
||||
|
||||
# Ignore environment examples and sensitive info
|
||||
.env
|
||||
*.local
|
||||
*.example
|
||||
|
||||
# Ignore node modules, logs and cache files
|
||||
**/*.log
|
||||
**/node_modules
|
||||
**/dist
|
||||
**/build
|
||||
**/.cache
|
||||
logs
|
||||
dist-ssr
|
||||
.DS_Store
|
Loading…
Reference in New Issue
Block a user