commit 7e53f54e9e437819683c6402f65b527e91432074 Author: xin Date: Tue Apr 15 22:13:46 2025 +0800 添加 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1302aff --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# Mac OS specific +.DS_Store +.AppleDouble +.LSOverride +._* +.Spotlight-V100 +.Trashes + +# Editor specific files +.idea/ +.vscode/ +*.swp +*.swo +*~ +.cursorrules + +# Build artifacts +dist/ +build/ +out/ + +# Dependency directories +node_modules/ +vendor/ + +# Temporary files +tmp/ +temp/ +*.tmp \ No newline at end of file