summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d66e8df1225b024764e3e11b7df4af3c26995012 (plain)
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
*.iml
.gradle
/local.properties
/.idea/artifacts
/.idea/caches
/.idea/libraries
/.idea/misc.xml
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/runConfigurations.xml
/.idea/vcs.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
/*/release/

# Fastlane
*/Gemfile
*/Gemfile.lock
*/fastlane/report.xml
*/fastlane/README.md
*/fastlane/metadata/android/screenshots.html
.classpath
.project
.settings