Skip to content

Commit

Permalink
chore: add docker ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
djnovin committed Jan 15, 2025
1 parent e8c23bc commit c6bc8da
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Ignore editor config files
*.idea
*.vscode

# Ignore Go build artifacts
*.exe
*.out
*.a
*.o
*.so

# Ignore Git files
.git
.gitignore

# Ignore local dependencies
vendor/

# Ignore other files
node_modules/
dist/
coverage.out

0 comments on commit c6bc8da

Please sign in to comment.