Text · 655 bytes Raw Blame History
1 # Node modules
2 node_modules/*
3
4 # Production build
5 .next/
6 out/
7 dist/
8
9 # Build output from TypeScript (if manually compiled outside Next.js)
10 *.tsbuildinfo
11
12 # Environment variables
13 .env
14 .env.local
15 .env.development.local
16 .env.test.local
17 .env.production.local
18
19 # Logs
20 logs
21 *.log
22 npm-debug.log*
23 yarn-debug.log*
24 yarn-error.log*
25 pnpm-debug.log*
26
27 # IDE/editor settings
28 .vscode/
29 .idea/
30 *.sublime-project
31 *.sublime-workspace
32
33 # OS-specific cruft
34 .DS_Store
35 Thumbs.db
36
37 # React Query cache (if persisted)
38 react-query-cache.json
39
40 # Optional: lock files (if using one exclusively)
41 # yarn.lock
42 # package-lock.json
43 # pnpm-lock.yaml
44
45 # Optional: system temp
46 tmp/
47 temp/
48 *.swp