Skip to content

Commit c3ca7d8

Browse files
authored
Update .gitignore to include .env and Sentry files
revert gitignore
1 parent 3b0dd39 commit c3ca7d8

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

.gitignore

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,25 @@
1818
# misc
1919
.DS_Store
2020
*.pem
21-
.vscode/*
2221

2322
# debug
2423
npm-debug.log*
2524
yarn-debug.log*
2625
yarn-error.log*
27-
.pnpm-debug.log*
2826

2927
# local env files
3028
.env*.local
3129

30+
.env
31+
3232
# vercel
3333
.vercel
3434

35-
.env
35+
# typescript
36+
*.tsbuildinfo
37+
next-env.d.ts
38+
3639

37-
/public/robots.txt
38-
/public/sitemap.xml
39-
/public/sitemap-0.xml
40+
image.tar
41+
# Sentry Config File
42+
.env.sentry-build-plugin

0 commit comments

Comments
 (0)