ソースを参照

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