From ad246855df2fdb8af589bc97fa32c80ea2231feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=BB=B4=E7=82=B3?= Date: Fri, 18 Apr 2025 13:45:49 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=8F=90=E4=BA=A4=E3=80=91git?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E6=96=87=E4=BB=B6=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..3dbf3903 --- /dev/null +++ b/.gitignore @@ -0,0 +1,68 @@ +# macOS system files +.DS_Store +.AppleDouble +.LSOverride +Icon +._* + +# IDE - IntelliJ IDEA +.idea/ +*.iml +*.iws +*.ipr +out/ +.idea_modules/ + +# IDE - VSCode +.vscode/ +*.code-workspace + +# Obsidian files +.obsidian/ + +# Compiled files +*.class +*.jar +*.war +*.ear +*.zip +*.tar.gz +*.rar + +# Logs and databases +*.log +*.sqlite +*.db + +# Node +node_modules/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Python +__pycache__/ +*.py[cod] +*$py.class +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg + +# Temporary files +*.swp +*.swo +*~