Browse Source

chore: add gitignore for vite project

chenkun 3 tuần trước cách đây
mục cha
commit
20884b35f1
1 tập tin đã thay đổi với 17 bổ sung12 xóa
  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