-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (42 loc) · 834 Bytes
/
.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
# Android build output
build/
app/build/
# Gradle files
.gradle/
*.iml
/local.properties
# Android Studio Navigation editor temp files
.navigation/
# Native libraries
libs/**/armeabi/
libs/**/armeabi-v7a/
libs/**/arm64-v8a/
libs/**/x86/
libs/**/x86_64/
# Keystore files
*.jks
*.keystore
# Google Services (e.g. Firebase) JSON file
google-services.json
# Crashlytics config file (if using Crashlytics)
fabric.properties
# Local configuration file (e.g. API keys)
app/local.properties
# Generated files
app/generated/
.idea/
*.log
*.pot
*.po
*.mo
# Kotlin-specific
.gradle/
.idea/
build/
*.kotlin_module
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
# Android Studio Navigation editor temp files
.navigation/
# Constants
app\src\main\java\com\mopr\menstore\utils\Constants.kt