Skip to content

Commit

Permalink
Merge pull request stackblitz-labs#77 from ajshovon/main
Browse files Browse the repository at this point in the history
chore: create .dockerignore file
  • Loading branch information
coleam00 authored Nov 1, 2024
2 parents 22ae9d8 + 92a19bf commit a265d72
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a265d72

Please sign in to comment.