diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..38d9f11 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +# Maven target directories +target/ +*/target/ + +# IDE files +.idea/ +*.iml +.vscode/ +*.swp +*.swo + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# Logs +*.log +logs/ + +# Temporary files +*.tmp +*.temp + +# Compiled class files +*.class + +# Package files +*.jar +*.war +*.ear + +# Spring Boot +*.pid + +# Application properties with sensitive data +application-local.properties +application-dev.properties \ No newline at end of file