Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 32f290a

Browse files
committed
chore: update gitignore
Signed-off-by: teobler <[email protected]>
1 parent 24594ab commit 32f290a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.gitignore

+6-3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ pnpm-lock.yaml
1616

1717
# production
1818
/build
19+
**/dist
20+
**/.turbo
1921

2022
# misc
2123
.DS_Store
@@ -29,17 +31,18 @@ yarn-error.log*
2931

3032
# local env files
3133
.env*.local
34+
.env
3235

3336
# vercel
3437
.vercel
3538

3639
# typescript
3740
*.tsbuildinfo
3841
next-env.d.ts
42+
43+
# intellij
3944
.idea
4045

41-
**/dist
46+
# generated
4247
public/sitemap-0.xml
4348
src/assets/resources/**/*.json
44-
45-
.env

0 commit comments

Comments
 (0)