瀏覽代碼

chore: add gitignore for vite project

chenkun 3 周之前
父節點
當前提交
20884b35f1
共有 1 個文件被更改,包括 17 次插入12 次删除
  1. 17 12
      .gitignore

+ 17 - 12
.gitignore

@@ -1,16 +1,21 @@
-# Python cache
-__pycache__/
-*.py[oc]
-build/
+# Dependencies
+node_modules/
+pnpm-lock.yaml
+
+# Vite
+.vite/
 dist/
-wheels/
-*.egg-info
-*.log
-# Environment variables
+*.local
+
+# Environment
 .env
-src/app/config/.env
+.env.local
+.env.*.local
 
-# cursor
-.cursorrules
+# IDE
+.vscode/
+.idea/
 
-venv/
+# OS
+.DS_Store
+Thumbs.db