diff options
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..5509e3c --- /dev/null +++ b/.dockerignore @@ -0,0 +1,47 @@ +# Git +.git +.gitignore +.gitattributes + +# CI/CD +.forgejo +.github + +# Documentation +README.md +docs/ +LICENSE + +# Development +.devenv +.direnv +devenv.nix +devenv.yaml +devenv.lock + +# Build artifacts +*.out +*.test +coverage.txt + +# IDE +.vscode +.idea +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db + +# Tests +tests/ + +# Scripts +scripts/ + +# Temporary files +tmp/ +temp/ +*.tmp |
