-
Notifications
You must be signed in to change notification settings - Fork 335
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (41 loc) · 1.15 KB
/
Copy path.gitignore
File metadata and controls
47 lines (41 loc) · 1.15 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
# Gradle — ignore the module-level output dirs only, NOT source packages named `build`
# (e.g. dev/ide/build/ in build-api/build-engine). `**/build/` would wrongly exclude that source.
.gradle/
.kotlin/
/build/
/*/build/
/*/*/build/
!gradle/wrapper/gradle-wrapper.jar
# IDE-derived / OS
*.log
.DS_Store
.idea/
.kotlin/
# Android (machine-local SDK path)
local.properties
# Release signing — never commit
keystore/
keystore.properties
# Internal / agent working files — not part of the public project
.claude/
CLAUDE.md
RELEASE_NOTES.md
# Internal design docs and scratch material (public docs live in docs/, tracked explicitly below)
docs/architecture-core-foundation.md
docs/completion-and-incremental-ast.md
docs/analysis-api.md
docs/android-support.md
docs/block-based-editing.md
docs/completion-regression-benchmarks.md
docs/indexing-infrastructure.md
docs/jdt-name-environment.md
docs/kotlin-compiler-on-art.md
docs/kotlin-completion-backend.md
docs/xml-language-support.md
docs/codeassist-layout-preview-design.md
docs/handoff_onboarding_compose/
docs/design/
docs/*.png
# Built app artifacts (never commit; releases attach these, Play gets the AAB)
*.aab
*.apk