File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # ============================================
2+ # Node.js / JavaScript / TypeScript projects
3+ # ============================================
4+
15# Dependencies
26node_modules /
37* /node_modules /
48
59# Logs
6- logs
10+ logs /
711* .log
812npm-debug.log *
913yarn-debug.log *
1014yarn-error.log *
1115
1216# Runtime data
13- pids
17+ pids /
1418* .pid
1519* .seed
20+ * .pid.lock
1621
1722# Coverage reports
1823coverage /
@@ -21,20 +26,44 @@ coverage/
2126# Build outputs
2227build /
2328dist /
29+ tmp /
30+ temp /
31+
32+ # ============================================
33+ # Environment files (rất quan trọng)
34+ # ============================================
2435
25- # Environment files
36+ # Ignore all .env files everywhere
2637.env
38+ .env. *
2739* .env
28- .env.local
29- .env. * .local
40+ * .env. *
3041** /.env
42+ ** /.env. *
3143** /* .env
44+ ** /* .env. *
45+
46+ # ============================================
47+ # IDE & OS files
48+ # ============================================
3249
33- # IDE files
50+ # JetBrains / VSCode
3451.idea /
3552.vscode /
53+ * .suo
54+ * .ntvs *
55+ * .njsproj
56+ * .sln
3657* .swp
58+
59+ # macOS / Windows
3760.DS_Store
61+ Thumbs.db
62+
63+ # ============================================
64+ # Docker
65+ # ============================================
3866
39- # Docker overrides
4067docker-compose.override.yml
68+ Dockerfile.local
69+ .en
You can’t perform that action at this time.
0 commit comments