File tree Expand file tree Collapse file tree 1 file changed +38
-5
lines changed
Expand file tree Collapse file tree 1 file changed +38
-5
lines changed Original file line number Diff line number Diff line change 1- .gradle
2- /local.properties
3- /.idea /workspace.xml
4- /.idea /libraries
1+ # Built application files
2+ /* /build /
3+
4+ build /
5+
6+ # Crashlytics configuations
7+ com_crashlytics_export_strings.xml
8+
9+ # Local configuration file (sdk path, etc)
10+ local.properties
11+
12+ # Gradle generated files
13+ .gradle /
14+
15+ # Signing files
16+ .signing /
17+
18+ # User-specific configurations
19+ .idea /libraries /
20+ .idea /workspace.xml
21+ .idea /tasks.xml
22+ .idea /.name
23+ .idea /compiler.xml
24+ .idea /copyright /profiles_settings.xml
25+ .idea /encodings.xml
26+ .idea /misc.xml
27+ .idea /modules.xml
28+ .idea /scopes /scope_settings.xml
29+ .idea /vcs.xml
30+ * .iml
31+
32+ # OS-specific files
533.DS_Store
6- /build
34+ .DS_Store ?
35+ ._ *
36+ .Spotlight-V100
37+ .Trashes
38+ ehthumbs.db
39+ Thumbs.db
You can’t perform that action at this time.
0 commit comments