Skip to content

Commit 049252d

Browse files
committed
chore: update gitignore rules
1 parent bce0e15 commit 049252d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.gitignore

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@
2323
npm-debug.log*
2424
yarn-debug.log*
2525
yarn-error.log*
26+
.pnpm-debug.log*
2627

2728
# local env files
28-
.env.local
29-
.env.development.local
30-
.env.test.local
31-
.env.production.local
29+
.env*.local
3230

3331
# vercel
3432
.vercel
3533

36-
.vscode/
37-
.idea/
38-
39-
public/robots.txt
40-
public/sitemap.xml
34+
# typescript
35+
*.tsbuildinfo
36+
next-env.d.ts
4137

4238
.env
39+
.idea/
40+
public/robots.txt
41+
public/sitemap*.xml
42+
.vscode/

0 commit comments

Comments
 (0)