diff --git a/.gitignore b/.gitignore index e69de29..9565839 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,53 @@ +# IntelliJ IDEA files +.idea/ +*.iml +*.ipr +*.iws + +# Maven specific +target/ +*.jar +*.war +*.ear + +# Node.js files +node_modules/ +npm-debug.log + +# Vue.js build output +dist/ +.build/ + +# IDE files for Visual Studio Code +.vscode/ + +# macOS specific +.DS_Store +.AppleDouble +.LSOverride + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + +# Compiled Python files +*.pyc + +# Log files +*.log + +# Package files +*.zip +*.tar.gz +*.rar +*.7z + +# Environment file +.env + +# Dependency directories +/bin/ +/lib/