-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
145 lines (135 loc) · 2.98 KB
/
Copy path.gitignore
File metadata and controls
145 lines (135 loc) · 2.98 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# Build & IDE
**/android/captures/
**/android/**/GeneratedPluginRegistrant.java
**/android/.gradle
**/android/build/
**/android/app/build/
**/android/gradlew
**/android/gradlew.bat
**/android/**/gradle-wrapper.jar
**/android/local.properties
.atom/
bower_components=
/build/
.buildlog/
build/Release
*.class
coverage
**/coverage/
.dart_tool/
**/doc/api/
.DS_Store
.eslintcache
.firebase/
firebase-debug.log*
.flutter-plugins
.flutter-plugins-dependencies
.grunt
.history
.idea/
*.iml
.vscode/
.cursor/agent-transcripts/
.agents/
.claude/scheduled_tasks.lock
# App secrets (never commit)
lib/secrets.dart
# Environment & secrets (never commit)
.env
.env.*
.env.local
.env.*.local
*.jks
*.keystore
*.der
**/android/key.properties
# Firebase service account key (client config like google-services.json is usually committed)
**/*credentials*.json
**/*secret*.json
**/*-firebase-adminsdk-*.json
!**/ios/**/default.mode1v3
!**/ios/**/default.mode2v3
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
**/ios/**/DerivedData/
**/ios/Flutter/app.flx
**/ios/Flutter/App.framework
**/ios/Flutter/app.zip
**/ios/Flutter/flutter_assets/
**/ios/Flutter/Flutter.framework
**/ios/Flutter/Generated.xcconfig
**/ios/.generated/
**/ios/**/Icon?
**/ios/**/*.mode1v3
**/ios/**/*.mode2v3
**/ios/**/*.moved-aside
**/ios/**/*.pbxuser
**/ios/**/*.perspectivev3
**/ios/**/Pods/
**/ios/**/profile
**/ios/Runner/GeneratedPluginRegistrant.*
**/ios/**/.sconsign.dblite
**/ios/ServiceDefinitions.json
**/ios/**/.symlinks/
**/ios/**/*sync/
**/ios/**/.tags*
**/ios/**/.vagrant/
**/ios/**/xcuserdata
*.ipr
*.iws
lib-cov
.lock-wscript
*.log
logs
node_modules
.node_repl_history
.npm
npm-debug.log*
.nyc_output
.packages
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
*.pid
*.pid.lock
pids
.pub/
.pub-cache/
*.pyc
*.seed
*.zip
*.apk
*.aab
.svn/
*.swp
*.tgz
yarn-debug.log*
yarn-error.log*
.yarn-integrity
dist/
# Flutter DevTools config (auto-generated, not project config)
devtools_options.yaml
# Accidental Overpass API query downloads
interpreter?data=*
# Local state for incremental OSM import (per-machine, not for version control)
functions/.last_import_manifest.json
# Root-level dev utility scripts and one-off data files (not app code)
/test.py
/find_postboxes.js
/ciiir_postboxes.json
/postman_james.svg
# Per-user claim audit exports (functions/audit_user_claims.js) — contain real
# UIDs + GPS movement traces; must never be committed
/audit_*
functions/audit_exports/
.claude/skills
# Desktop is not a build target (mobile-only app; runner scaffolding removed).
# Flutter still regenerates plugin-registrant stubs in these folders because
# some plugins endorse desktop platforms, so ignore them to avoid churn.
/linux/
/macos/
/windows/
# flutter_map tile cache — created at the project root whenever a widget test
# (or the app) renders a PostboxMap. A runtime artifact, never source.
/fm_cache/
# Feature worktrees (git worktree add .worktrees/<name>). Local scratch space
# for in-flight branches; never source.
/.worktrees/