-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
59 lines (48 loc) Β· 1.2 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
*.spec.js # Test specification files
*.test.js # Test files
# next.js
/.next/
next-env.d.ts # Next.js environment types file
/out/
.next/cache/ # Cache files generated by Next.js
# production
/build
/dist # Distribution files from builds
# misc
.DS_Store
*.pem
logs # Log files directory
*.log # Any log files
# IDE/editor files
.vscode/ # Visual Studio Code settings (optional, if not shared)
.idea/ # JetBrains IDE files
*.swp # Swap files from editors like Vim
# Temporary files
tmp/ # Temporary files
temp/ # Temporary files
*.tmp # Generic temporary files
# local env files
.env*.local
.env # Environment variables file
# vercel
.vercel
# typescript
*.tsbuildinfo
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# yarn pnp
.pnp.cjs # Yarn PnP file (optional, if using Yarn PnP)
.pnp.loader.mjs # Yarn PnP loader (optional, if using Yarn PnP)
.env
.pnp.cjs
.pnp.loader.mjs
/.vscode