-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (64 loc) · 2.16 KB
/
.gitignore
File metadata and controls
74 lines (64 loc) · 2.16 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
# ══════════════════════════════════════════════
# Android Build Artifacts
# ══════════════════════════════════════════════
*.iml
.gradle/
/build/
/app/build/
/captures
.externalNativeBuild
.cxx
.DS_Store
.kotlin/
# Android Studio / IntelliJ
/.idea/caches/
/.idea/libraries/
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
# Local config (contains SDK path)
local.properties
# ══════════════════════════════════════════════
# Node.js Backend
# ══════════════════════════════════════════════
CookAppBackend/node_modules/
CookAppBackend/*.log
# ── Sensitive: API keys, secrets, database ──
CookAppBackend/.env
CookAppBackend/database.sqlite
# ══════════════════════════════════════════════
# Log & Debug files
# ══════════════════════════════════════════════
*.log
build*.txt
build_*.txt
err*.txt
logcat.txt
compile_output.txt
ffmpeg_path.txt
# ══════════════════════════════════════════════
# One-off helper/test scripts (not part of app)
# ══════════════════════════════════════════════
download_*.py
fetch_*.py
patch_*.py
test_*.py
read_docx.py
extract_docx.py
update_java_maps.py
replace_icons.py
test_hash.js
test_qs.js
CookAppBackend/test_*.js
CookAppBackend/check_*.js
CookAppBackend/update_*.js
CookAppBackend/dummy.txt
CookAppBackend/backup_*.json
CookAppBackend/faststart.ps1
CookAppBackend/routes/api.js.deprecated
# Root-level duplicate database
database.sqlite
cookapp.db
# Ignore large video files
*.mp4