chore: add .build-cache to gitignore
This commit is contained in:
22
ToolboxStack/.gitignore
vendored
Normal file
22
ToolboxStack/.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# Docker build caches
|
||||||
|
.build-cache/
|
||||||
|
output/*/\.build-cache/
|
||||||
|
|
||||||
|
# Backup files
|
||||||
|
*.backup*
|
||||||
|
*.bak
|
||||||
|
*.orig
|
||||||
|
|
||||||
|
# Temporary files
|
||||||
|
tmp/
|
||||||
|
*.tmp
|
||||||
|
|
||||||
|
# IDE files
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# OS generated files
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
Reference in New Issue
Block a user