diff options
| author | exatombe <jeremy27.clara22@gmail.com> | 2025-10-27 21:53:01 +0100 |
|---|---|---|
| committer | exatombe <jeremy27.clara22@gmail.com> | 2025-10-27 21:53:01 +0100 |
| commit | 46255f5cae1c8314800817db17be3b3ebefb7983 (patch) | |
| tree | a8deeb4644527d6a3f6ce1cd075cd0f6fee61db9 /.dockerignore | |
| parent | 90c234ad70a387b371a1fdbc78b0799c6a889f26 (diff) | |
Supprimer le workflow Hello World et ajouter un workflow Docker CI pour construire et pousser l'image Docker
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 |
