Modified dockerfile

This commit is contained in:
rawalcher 2024-12-29 19:06:43 +01:00
parent 0d89ce5e2d
commit 5a8d51fc92
2 changed files with 29 additions and 4 deletions

13
.dockerignore Normal file
View file

@ -0,0 +1,13 @@
# Ignore build files
build/
cmake-build-*
# Ignore editor-specific files
*.swp
*.log
.idea/
.vscode/
# Ignore version control directories
.git/
.gitignore