diff --git a/ToolboxStack/.gitignore b/ToolboxStack/.gitignore new file mode 100644 index 0000000..5fda668 --- /dev/null +++ b/ToolboxStack/.gitignore @@ -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 \ No newline at end of file