-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (48 loc) · 1007 Bytes
/
Copy path.gitignore
File metadata and controls
49 lines (48 loc) · 1007 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
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/deploymentTargetDropDown.xml
/.idea/deploymentTargetSelector.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
/.idea/studiobot.xml
/.idea/appInsightsSettings.xml
/.agents
/*/build
/graphify-out
*.apk
*.aab
*.dm
*.xapk
*.apks
/app/store/release
*.jks
*.keystore
signing.properties
jks.properties
/.superpowers
/.antigravitycli
CLAUDE.md
# Local font-subsetting tool venv (fonttools/pyftsubset) — never commit
.tools-venv/
/docs/enforcement
# Generated audit reports — large, regenerable, and never worth committing
/docs/audit
# Website copy drafts — the published source of truth is the site itself, not this repo
/docs/site-content
# Landing page (web/). The repo's /build and /*/build rules are anchored and match
# none of these, so they need their own entries.
web/node_modules/
web/dist/
web/.astro/
.vercel