-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitignore
60 lines (50 loc) · 1.04 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
# Generic files
*~
*.lock
*.DS_Store
*.swp
*.out
# Built application files
*.apk
*.ap_
*.iml
# Files for the Dalvik VM
*.dex
# Files for the idea
.idea/
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
build-cache/
# Local configuration file (sdk path, etc)
local.properties
/app/src/debug/assets/*.properties
/app/src/release/assets/*.properties
reports/
.idea/checkstyle-idea.xml
.idea/compiler.xml
.idea/copyright/
.idea/encodings.xml
.idea/findbugs-idea.xml
.idea/markdown-navigator.xml
.idea/markdown-navigator/
.idea/modules.xml
.idea/qaplug_profiles.xml
.idea/runConfigurations.xml
/api
/newtranslationsscript
/.idea/runConfigurations/
.idea/runConfigurations/QA1___FOODORA.xml
.idea/runConfigurations/QA2___FOODORA.xml
.idea/runConfigurations/QA3___FOODORA.xml
.idea/runConfigurations/QA4___FOODORA.xml
.idea/runConfigurations/Run_Crowd_Test_App___FOODORA.xml
.idea/runConfigurations/Upload_Crowd_Test_App_To_Hockey___FOODORA.xml
.idea/codeStyles
.idea/caches/build_file_checksums.ser
.idea/assetWizardSettings.xml