Skip to content

Commit efd4c6f

Browse files
committed
Updated gitignore
1 parent 3562dd4 commit efd4c6f

1 file changed

Lines changed: 42 additions & 15 deletions

File tree

changelog-generator/.gitignore

Lines changed: 42 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
CLAUDE.md
4+
5+
postgres-data
16
# dependencies
2-
/node_modules
3-
/.pnp
7+
node_modules
8+
.pnp
49
.pnp.js
5-
.yarn/install-state.gz
610

711
# testing
8-
/coverage
12+
coverage
913

1014
# next.js
11-
/.next/
12-
/out/
15+
.next/
16+
out/
17+
dist
18+
packages/**/dist
1319

14-
# production
15-
/build
20+
# Tailwind
21+
apps/**/styles/tailwind.css
22+
packages/**/styles/tailwind.css
1623

1724
# misc
1825
.DS_Store
@@ -24,12 +31,32 @@ yarn-debug.log*
2431
yarn-error.log*
2532

2633
# local env files
27-
.env*.local
28-
.env
29-
30-
# vercel
34+
.env.docker
35+
.docker/*.env
36+
.env.local
37+
.env.development.local
38+
.env.test.local
39+
.env.production.local
40+
41+
# turbo
42+
.turbo
3143
.vercel
32-
33-
# typescript
44+
.cache
45+
.env
46+
.output
47+
apps/**/public/build
48+
.tests-container-id.txt
49+
.sentryclirc
50+
.buildt
51+
52+
**/tmp/
53+
/test-results/
54+
/playwright-report/
55+
/playwright/.cache/
56+
57+
.cosine
58+
.trigger
59+
.tshy*
60+
.yarn
3461
*.tsbuildinfo
35-
next-env.d.ts
62+
.claude

0 commit comments

Comments
 (0)