This repository was archived by the owner on Apr 9, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
107 lines (90 loc) · 1.37 KB
/
.gitignore
File metadata and controls
107 lines (90 loc) · 1.37 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Editor directories and files
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.swp
*~
.DS_Store
# OS generated files
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
pnpm-debug.log*
# Temporary files
*.tmp
*.temp
*.cache
.sass-cache/
# Build outputs (if you add a build process later)
dist/
build/
.output/
.vercel/
.netlify/
# Dependencies (if you add npm later)
node_modules/
.pnp
.pnp.js
# Testing (if you add tests later)
coverage/
*.lcov
.nyc_output/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Service worker and cache
# Note: sw.js is tracked, but exclude debug versions
sw.debug.js
# Backup files
*.bak
*.backup
*_backup
backup/
# Archive files
*.zip
*.tar.gz
*.rar
*.7z
# Patches in progress (keep the TBD directory clean)
pages/**/TBD.html
pages/**/*.draft.html
# Local test data
test-data/
local-patches/
# Analytics and monitoring data
analytics-data/
performance-reports/
# Static site generators (if used later)
.next/
.nuxt/
.cache/
public/
# Documentation build
docs/.vuepress/dist/
docs/_site/
# Lock files (if you add package managers)
package-lock.json
yarn.lock
pnpm-lock.yaml
# Local configuration
local.config.js
local.config.json