Skip to content

Commit 4701df9

Browse files
committed
Updated .gitignore file based on github/ignore
1 parent 26fb638 commit 4701df9

15 files changed

+82
-487
lines changed

.gitignore

+82-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,82 @@
1-
.gradle
2-
/local.properties
3-
/.idea/workspace.xml
4-
/.idea/libraries
5-
.DS_Store
6-
/build
7-
8-
secret.*
1+
# https://github.com/github/gitignore
2+
# https://github.com/hsz/idea-gitignore
3+
4+
5+
### JetBrains template
6+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
7+
8+
*.iml
9+
10+
## Directory-based project format:
11+
.idea/
12+
# if you remove the above rule, at least ignore the following:
13+
14+
# User-specific stuff:
15+
# .idea/workspace.xml
16+
# .idea/tasks.xml
17+
# .idea/dictionaries
18+
19+
# Sensitive or high-churn files:
20+
# .idea/dataSources.ids
21+
# .idea/dataSources.xml
22+
# .idea/sqlDataSources.xml
23+
# .idea/dynamic.xml
24+
# .idea/uiDesigner.xml
25+
26+
# Gradle:
27+
# .idea/gradle.xml
28+
# .idea/libraries
29+
30+
# Mongo Explorer plugin:
31+
# .idea/mongoSettings.xml
32+
33+
## File-based project format:
34+
*.ipr
35+
*.iws
36+
37+
## Plugin-specific files:
38+
39+
# IntelliJ
40+
/out/
41+
42+
# mpeltonen/sbt-idea plugin
43+
.idea_modules/
44+
45+
# JIRA plugin
46+
atlassian-ide-plugin.xml
47+
48+
# Crashlytics plugin (for Android Studio and IntelliJ)
49+
com_crashlytics_export_strings.xml
50+
crashlytics.properties
51+
crashlytics-build.properties
52+
53+
54+
### Android template
55+
# Built application files
56+
*.apk
57+
*.ap_
58+
59+
# Files for the Dalvik VM
60+
*.dex
61+
62+
# Java class files
63+
*.class
64+
65+
# Generated files
66+
bin/
67+
gen/
68+
69+
# Gradle files
70+
.gradle/
71+
build/
72+
/*/build/
73+
74+
# Local configuration file (sdk path, etc)
75+
local.properties
76+
77+
# Proguard folder generated by Eclipse
78+
proguard/
79+
80+
# Log Files
81+
*.log
82+

.idea/.name

-1
This file was deleted.

.idea/compiler.xml

-23
This file was deleted.

.idea/copyright/profiles_settings.xml

-3
This file was deleted.

.idea/encodings.xml

-5
This file was deleted.

.idea/gradle.xml

-21
This file was deleted.

.idea/misc.xml

-7
This file was deleted.

.idea/modules.xml

-13
This file was deleted.

.idea/scopes/scope_settings.xml

-5
This file was deleted.

.idea/vcs.xml

-7
This file was deleted.

SmartTabLayout.iml

-19
This file was deleted.

demo/demo.iml

-95
This file was deleted.

0 commit comments

Comments
 (0)