-
-
Notifications
You must be signed in to change notification settings - Fork 125
/
.gitignore
57 lines (47 loc) · 921 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
55
56
57
###IntelliJ###
*.iml
*.ipr
*.iws
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/**/libraries/
.idea/caches
.idea/modules.xml
.idea/navEditor.xml
.idea/encodings.xml
.idea/compiler.xml
.idea/jarRepositories.xml
###Android###
# Built application files
*.apk
*.aab
*.ap_
# Java class files
*.class
# Generated files
bin/
gen/
**/**/debug/output.json
**/**/release/output.json
# Gradle files
.gradle/
build/
**/release/output-metadata.json
**/debug/output-metadata.json
# Local configuration file (sdk path, etc)
local.properties
# fastlane
**/fastlane/.env
**/fastlane/report.xml
# fdroid
**/fastlane/repo/**
**/fastlane/tmp/**
**/fastlane/izzyscript/iod-scan-apk.php
**/fastlane/izzyscript/current_iod-scan-apk.php
**/fastlane/izzyscript/current_result_*.json
# Fluid Attacks
**/fastlane/fluidattacks/results.csv
**/fastlane/fluidattacks/apks/**