Skip to content

Commit 662fc5c

Browse files
author
xingjian.ym
committed
chore: add .gitignore to prevent future .env.local commits
1 parent 840d41d commit 662fc5c

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Environment files
2+
.env
3+
.env.local
4+
.env*.local
5+
6+
# Dependencies
7+
node_modules/
8+
9+
# Build output
10+
dist/
11+
build/
12+
13+
# Logs
14+
logs
15+
*.log
16+
npm-debug.log*
17+
pnpm-debug.log*
18+
yarn-debug.log*
19+
yarn-error.log*
20+
21+
# OS
22+
.DS_Store
23+
Thumbs.db
24+
25+
# IDE
26+
.vscode/
27+
.idea/
28+
*.swp
29+
*.swo
30+
*~
31+

0 commit comments

Comments
 (0)