Skip to content

Commit

Permalink
added dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bguiga committed Feb 26, 2024
1 parent 3244290 commit 48a54fc
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Ignore Node.js modules
node_modules

# Ignore build artifacts
.next

# Ignore development-specific files
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

# Ignore test and documentation files
*.test.js
*.spec.js
coverage
docs

# Ignore version control files
.git
.gitignore

# Ignore Docker-related files
Dockerfile*
.dockerignore
.docker

# Ignore npm debug log
npm-debug.log*

# Ignore yarn lock files
yarn.lock

0 comments on commit 48a54fc

Please sign in to comment.