-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (35 loc) · 905 Bytes
/
.gitignore
File metadata and controls
41 lines (35 loc) · 905 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
gitignore
# IDE files and local configuration
# =================================
.idea/
.gradle/
.kotlin/
local.properties
*.iml
# Build artifacts
# =================================
build/
*.apk
*.aab
*.jar
!gradle/wrapper/gradle-wrapper.jar
*.aar
# Google Services
# =================================
# Typically, google-services.json should be version-controlled if it's generic.
# If it contains sensitive project identifiers that you want to keep private,
# or if each developer uses their own Firebase project for testing, then uncomment it.
# google-services.json
# Test results and reports
# =================================
/build/reports/
/build/test-results/
/build/outputs/
# Mac, Windows, and Linux specific
# =================================
*.DS_Store
Thumbs.db
*~
# End of https://www.toptal.com/developers/gitignore/api/android,androidstudio,gradle,kotlin
# Personal notes
/notes