-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (62 loc) · 1.3 KB
/
Copy path.gitignore
File metadata and controls
77 lines (62 loc) · 1.3 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
# Node.js dependencies
node_modules/
# Logs
pnpm-debug.log*
*.log
# Build artifacts
dist/
build/
coverage/
# Temporary files and cache
.tmp/
.cache/
.idea/
.DS_Store
*.swp
*.swo
*.bak
.ai/
# Environment variables
.env
.env.*.local
# Editor-specific settings
*.sublime-workspace
*.sublime-project
# OS-specific files
Thumbs.db
# TypeScript
*.tsbuildinfo
# Testing artifacts
jest-cache/
jest-output/
**/test-results/
**/playwright-report/
**/blob-report/
# Lint and Prettier caches
eslintcache
.prettiercache
library/stats.html
# Capacitor native projects.
# The iOS project at standalone/webapp/ios IS committed (Capacitor best
# practice — it carries the bundle id, signing config and the legacy-migration
# native plugin). Its own standalone/webapp/ios/.gitignore excludes the
# regenerated artifacts (Pods/, App/App/public, DerivedData, generated config),
# so only a stray root-level `cap add` scratch dir and the (uncommitted)
# android project are ignored here.
android/
/ios/
# Fastlane
**/fastlane/report.xml
**/fastlane/README.md
**/fastlane/test_output
**/fastlane/screenshots
# Capacitor generated icons
icons/
venv/
.context/
docs/.docusaurus/
docs/build/
# Local Claude Code agent state (rubrics, worktrees, lock files).
.claude/
# Stray pnpm store if pnpm is run outside the workspace root
.pnpm-store/