Skip to content

Commit 1c90b41

Browse files
committed
apply gitignore
1 parent 1761b01 commit 1c90b41

283 files changed

Lines changed: 47 additions & 4772 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.acside/editor/openedFiles.json.bak

Lines changed: 0 additions & 20 deletions
This file was deleted.

.gitignore

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
2+
# Ignore Gradle project-specific cache directory
3+
.gradle
4+
5+
# Ignore ACS editor directory
6+
.acside
7+
8+
# Ignore Kotlin directory
9+
.kotlin
10+
11+
# Ignore Gradle build output directory
12+
build
13+
=======
14+
# Gradle files
15+
.gradle/
16+
build/
17+
18+
# Local configuration file (sdk path, etc)
19+
local.properties
20+
21+
# Log/OS Files
22+
*.log
23+
24+
# Android Studio generated files and folders
25+
captures/
26+
.externalNativeBuild/
27+
.cxx/
28+
*.aab
29+
*.apk
30+
output-metadata.json
31+
32+
# IntelliJ
33+
*.iml
34+
.idea/
35+
misc.xml
36+
deploymentTargetDropDown.xml
37+
render.experimental.xml
38+
39+
# Keystore files
40+
*.jks
41+
*.keystore
42+
43+
# Google Services (e.g. APIs or Firebase)
44+
google-services.json
45+
46+
# Android Profiling
47+
*.hprof
-17 Bytes
Binary file not shown.
-18.2 KB
Binary file not shown.
-576 KB
Binary file not shown.
-17 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
-31.1 KB
Binary file not shown.
-17 Bytes
Binary file not shown.
-20.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)