From 43590bec4b3b534aa1d9ed8c6f55fc945965baf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Sat, 19 Jul 2025 15:14:45 +0800 Subject: [PATCH] xx --- .gitignore | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .gitignore 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