/ .gitignore
.gitignore
 1  # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
 2  
 3  # IDEs
 4  .idea
 5  .vscode
 6  
 7  # dependencies
 8  /node_modules
 9  /.pnp
10  .pnp.js
11  
12  # testing
13  /coverage
14  
15  # next.js
16  /.next/
17  /out/
18  
19  # production
20  /build
21  
22  # misc
23  .DS_Store
24  *.pem
25  
26  # debug
27  npm-debug.log*
28  yarn-debug.log*
29  yarn-error.log*
30  .pnpm-debug.log*
31  
32  # local env files
33  .env
34  .env.local
35  .env.development.local
36  .env.test.local
37  .env.production.local
38  
39  # vercel
40  .vercel
41  
42  # typescript
43  *.tsbuildinfo
44  node_modules
45  
46  .yarn
47  .swc
48  dump.rdb
49  /test-results/
50  /playwright-report/
51  /blob-report/
52  /playwright/.cache/
53  /test-results/
54  /playwright-report/
55  /blob-report/
56  /playwright/.cache/
57  /playwright/.auth