-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (57 loc) · 1.88 KB
/
Copy path.gitignore
File metadata and controls
67 lines (57 loc) · 1.88 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
# ============================================================
# Flutter / Dart / build artifacts
# ============================================================
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.pub-cache/
.pub/
.packages
/build/
**/doc/api/
**/ios/Flutter/.last_build_id
app.*.symbols
app.*.map.json
migrate_working_dir/
# Android build outputs (each platform folder also has its own .gitignore)
/android/app/debug
/android/app/profile
/android/app/release
# IDE / editor project files
*.iml
*.ipr
*.iws
.idea/
# .vscode/ is intentionally tracked (launch configs live there).
# ============================================================
# Internal / working material, kept OUT of this public repo.
# Candid planning notes, superseded page drafts, third-party design refs.
# Remove an entry here to start tracking it.
# ============================================================
Context/
GitHub-Pages/
Project-Images/UIUX-Inspiration/
# Proposal / planning Word docs never belong in the code repo.
# (The published open-source proposal in Proposal/ stays tracked deliberately.)
*.docx
# Revival / migration working notes.
REVIVAL-DOCUMENTATION/
REVIVAL_NOTES.md
# Real database dumps and storage exports — never publish.
old-database-files/
# Backend / infra internals (schema, migrations, RPCs, email templates).
supabase/
# App credentials. Real Supabase URL + anon key live ONLY in the private build
# repo. cred.example.dart documents the shape; the real cred.dart is never
# tracked in this public repo.
**/cred.dart
# APK / AAB build + release workflow belongs to the PRIVATE build repo
# (Project-Atomic-Notes-New). This public repo only deploys the Pages showcase.
.github/workflows/build.yml
# ============================================================
# OS / editor cruft
# ============================================================
.DS_Store
Thumbs.db
*.log
*.swp