Skip to content

Commit d22aac6

Browse files
author
paulo
committed
Adicionando .gitignore
1 parent 905e7e4 commit d22aac6

File tree

7 files changed

+83
-177
lines changed

7 files changed

+83
-177
lines changed

.gitignore

Lines changed: 83 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,85 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
### Android template
3+
# Built application files
4+
*.apk
5+
*.ap_
6+
*.aab
7+
8+
# Files for the ART/Dalvik VM
9+
*.dex
10+
11+
# Java class files
12+
*.class
13+
14+
# Generated files
15+
bin/
16+
gen/
17+
out/
18+
release/
19+
20+
# Gradle files
21+
.gradle/
22+
build/
23+
24+
# Local configuration file (sdk path, etc)
25+
local.properties
26+
27+
# Proguard folder generated by Eclipse
28+
proguard/
29+
30+
# Log Files
31+
*.log
32+
33+
# Android Studio Navigation editor temp files
34+
.navigation/
35+
36+
# Android Studio captures folder
37+
captures/
38+
39+
# IntelliJ
140
*.iml
2-
.gradle
3-
/local.properties
4-
/.idea/caches
5-
/.idea/libraries
6-
/.idea/modules.xml
7-
/.idea/workspace.xml
8-
/.idea/navEditor.xml
9-
/.idea/assetWizardSettings.xml
10-
.DS_Store
11-
/build
12-
/captures
41+
.idea/workspace.xml
42+
.idea/tasks.xml
43+
.idea/gradle.xml
44+
.idea/assetWizardSettings.xml
45+
.idea/dictionaries
46+
.idea/libraries
47+
# Android Studio 3 in .gitignore file.
48+
.idea/caches
49+
.idea/modules.xml
50+
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
51+
.idea/navEditor.xml
52+
53+
# Keystore files
54+
# Uncomment the following lines if you do not want to check your keystore files in.
55+
#*.jks
56+
#*.keystore
57+
58+
# External native build folder generated in Android Studio 2.2 and later
1359
.externalNativeBuild
14-
.cxx
60+
61+
# Google Services (e.g. APIs or Firebase)
62+
# google-services.json
63+
64+
# Freeline
65+
freeline.py
66+
freeline/
67+
freeline_project_description.json
68+
69+
# fastlane
70+
fastlane/report.xml
71+
fastlane/Preview.html
72+
fastlane/screenshots
73+
fastlane/test_output
74+
fastlane/readme.md
75+
76+
# Version control
77+
vcs.xml
78+
79+
# lint
80+
lint/intermediates/
81+
lint/generated/
82+
lint/outputs/
83+
lint/tmp/
84+
# lint/reports/
85+

.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

.idea/codeStyles/Project.xml

Lines changed: 0 additions & 116 deletions
This file was deleted.

.idea/gradle.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.idea/runConfigurations.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)