From bc0929d57160f33f426f68828525cdcbeb93cbf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E5=AD=AC=E6=8B=B3=E5=87=BB=E6=89=8B?= <2218834824@qq.com> Date: Thu, 29 Feb 2024 17:34:37 +0800 Subject: [PATCH] asa --- .gitignore | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) 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/