🙈 Adds git & docker ignore files

This commit is contained in:
2025-06-06 17:07:55 +03:00
parent 4a6cdd4911
commit aabe5df595
2 changed files with 1182 additions and 0 deletions

22
.dockerignore Normal file
View File

@ -0,0 +1,22 @@
**/.dockerignore
**/.env
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/.idea
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml

1160
.gitignore vendored Normal file

File diff suppressed because it is too large Load Diff