Skip to content

Commit

Permalink
create .dockerignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshovon authored Oct 25, 2024
1 parent 8e7220e commit 92a19bf
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 92a19bf

Please sign in to comment.