Skip to content

Commit

Permalink
Include .dockerignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
simondevenish committed Nov 19, 2024
1 parent be6f816 commit e156f89
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
39 changes: 39 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Node and npm
node_modules

# Python
__pycache__/
*.py[cod]

# CMake
build/
CMakeFiles/
CMakeCache.txt
cmake_install.cmake

# Git
.git
.gitignore

# VSCode and IDE
.vscode/
.devcontainer/

# Temporary files
*.swp
*.tmp
*.log
*.bak
*.swo
*.DS_Store

# System files
Thumbs.db
desktop.ini

# Other
*.tar
*.zip
*.gz
*.rar
*.7z
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,4 @@ node_modules/
*.7z

# Docker
docker-compose.override.yml
.dockerignore
docker-compose.override.yml

0 comments on commit e156f89

Please sign in to comment.