Skip to content

Commit 45d5d68

Browse files
committed
Project Structure Update
*Improve project structure to compile correctly.
1 parent 0745a9e commit 45d5d68

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+178
-372
lines changed

.gitignore

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Built application files
2+
build/*
3+
*/app.iml
4+
5+
# Crashlytics configuations
6+
com_crashlytics_export_strings.xml
7+
8+
# Local configuration file (sdk path, etc)
9+
local.properties
10+
11+
# Gradle generated files
12+
.gradle/
13+
14+
# Signing files
15+
.signing/
16+
17+
# User-specific configurations
18+
.idea/*
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+
captures/*
32+
33+
# OS-specific files
34+
.DS_Store
35+
.DS_Store?
36+
._*
37+
.Spotlight-V100
38+
.Trashes
39+
ehthumbs.db
40+
Thumbs.db

SlimChart/.gitignore

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
*.iml
2-
.gradle
3-
/local.properties
4-
/.idea/workspace.xml
5-
/.idea/libraries
6-
.DS_Store
71
/build
8-
/captures
9-
.externalNativeBuild

SlimChart/.idea/compiler.xml

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

SlimChart/.idea/copyright/profiles_settings.xml

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

SlimChart/.idea/gradle.xml

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

SlimChart/.idea/misc.xml

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

SlimChart/.idea/modules.xml

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

SlimChart/.idea/runConfigurations.xml

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

SlimChart/app/src/androidTest/java/com/example/slimchart/ExampleInstrumentedTest.java

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

SlimChart/app/src/test/java/com/mancj/example/ExampleUnitTest.java

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

0 commit comments

Comments
 (0)