-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
73 lines (60 loc) · 1.38 KB
/
.gitignore
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
.vscode
.gradle
local.properties
.idea
.kotlin
.yarn
!/.idea/fileTemplates
!/.idea/inspectionProfiles
!/.idea/icon.png
*.iml
*.so
.DS_Store
build
captures
env
com_crashlytics_export_strings.xml
crashlytics-build.properties
node_modules
**/yarn-error.log
reports
.cxx
*.hprof
# We have one gitignore but project generation often generates extra ones. Ignore those
*/**/.gitignore
# General-purpose cache dir for CLIs, (downloaded) tools, etc
.cache/
# Ignore gradle-profiler outputs
profile-out*/
gradle-user-home/
tmp/
# Files generated by Focus: https://github.com/dropbox/focus
.focus
# Ephemeral files generated on CI
gradle_output.txt
version.properties
*tracing_tags.json
# Placeholder files generated by project gen
Placeholder.kt
# Don't check in body.txt files from CI PR helpers
body.txt
# Docs
docs/readme.md
docs/whatsnew.md
docs/kdocs/
site/
temp-clone/
# Bzlmod helps speed up local development, but the hashes aren't completely reproducible across machines.
# For not, ignore and keep lockfiles local:
MODULE.bazel.lock
# Ignore all bazel-* symlinks. There is no full list since this can change
# based on the name of the directory bazel is cloned into.
/bazel-*
# Ignore all *.bazelrc files. .bazelrc itself we commit and share
*.bazelrc
!.bazelrc
# Android Studio Bazel project output
.aswb/.blaze
# We generate baseline/startup profiles at release-time
baseline-prof.txt
startup-prof.txt