-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
123 lines (99 loc) · 2.24 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore
*~
*.sw[mnpcod]
.tmp
*.tmp
*.tmp.*
*.sublime-project
*.sublime-workspace
.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate
$RECYCLE.BIN/
*.log
log.txt
npm-debug.log*
/.idea
/.ionic
/.sass-cache
/.sourcemaps
/.versions
/.vscode
/coverage
/dist
/node_modules
/platforms
/plugins
/www
# NPM renames .gitignore to .npmignore
# In order to prevent that, we remove the initial "."
# And the CLI then renames it
# Using Android gitignore template: https://github.com/github/gitignore/blob/master/Android.gitignore
# Built application files
*.ap_
*.aab
*.apk
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
/android/bin/
/android/gen/
/android/out/
/android/release/
# Gradle files
/android/.gradle/
/android/build/
# Local configuration file (sdk path, etc)
/android/local.properties
# Proguard folder generated by Eclipse
/android/proguard/
# Log Files
*.log
# Android Studio Navigation editor temp files
/android/.navigation/
# Android Studio captures folder
/android/captures/
# IntelliJ
*.iml
/android/.idea/workspace.xml
/android/.idea/tasks.xml
/android/.idea/gradle.xml
/android/.idea/assetWizardSettings.xml
/android/.idea/dictionaries
/android/.idea/libraries
# Android Studio 3 in .gitignore file.
/android/.idea/caches
/android/.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
/android/.idea/navEditor.xml
# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore
# External native build folder generated in Android Studio 2.2 and later
/android/.externalNativeBuild
# Freeline
/android/freeline.py
/android/freeline/
/android/freeline_project_description.json
# fastlane
/android/fastlane/report.xml
/android/fastlane/Preview.html
/android/fastlane/screenshots
/android/fastlane/test_output
/android/fastlane/readme.md
# Version control
/android/vcs.xml
# lint
/android/lint/intermediates/
/android/lint/generated/
/android/lint/outputs/
/android/lint/tmp/
# lint/reports/
# Cordova plugins for Capacitor
/android/capacitor-cordova-android-plugins
# Copied web assets
/android/app/src/main/assets/public