-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (42 loc) · 735 Bytes
/
.gitignore
File metadata and controls
51 lines (42 loc) · 735 Bytes
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
# dependencies
**/node_modules
# testing
**/coverage
# build
**/dist
**/build
**/dist-zip
chrome-extension/manifest.js
chrome-extension/pre-build.tsconfig.tsbuildinfo
tsconfig.tsbuildinfo
# env
**/.env.*
**/.env
# etc
.DS_Store
.idea
**/.turbo
# compiled
**/tailwind-output.css
# Development and temporary files
dev/tmp/
dev/backup-original/.git/
*.report.md
*.report.json
# Development documentation (reports and testing guides)
dev/*-COMPLETE.md
dev/*-SUCCESS.md
dev/*-GUIDE.md
dev/*-STATUS.md
dev/BUGFIX-*.md
dev/READY-*.md
dev/SESSION-*.md
dev/PROGRESS.md
dev/testing-checklist.md
# Project reports (keep in tmp or remove)
PROJECT-COMPLETE.md
MIGRATION-COMPLETE.md
QUICK-START.md
SUMMARY.md
# Build artifacts
.pnpm-store/