Skip to content

Commit 93e4de4

Browse files
Merge pull request #30 from Talkarcabbage/refactors
Update to Java9+, Change Build System, Refactor
2 parents a2ac344 + b1249b2 commit 93e4de4

177 files changed

Lines changed: 3572 additions & 9818 deletions

File tree

Some content is hidden

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

.classpath

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

.gitignore

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,41 @@
1+
# Old Build Files
12
/dist
23
/bin
4+
5+
# Sonar and misc if reimplemented
36
/.sonar
47
/.settings
58
/sonar-project.properties
9+
10+
# Runtime config files
611
rs-timer-config.cfg
12+
rs-timers-data.cfg
713
timers.cfg
814
taskBarIcon.png
915

16+
# Kotlin compiler leftovers
17+
/kotlinc
18+
19+
# Ignore Gradle GUI config
20+
gradle-app.setting
21+
22+
# New build files
23+
.gradle
24+
**/build/
25+
!src/**/build/
26+
.gradletasknamecache
27+
28+
# Don't exclude Gradle wrapper for builds
29+
!gradle-wrapper.jar
30+
31+
32+
#IDEA files.
33+
.idea/
34+
*.iml
35+
*.iws
36+
*.ipr
37+
38+
1039
# OS generated files #
1140
######################
1241
.DS_Store
@@ -15,4 +44,4 @@ taskBarIcon.png
1544
.Spotlight-V100
1645
.Trashes
1746
ehthumbs.db
18-
Thumbs.db
47+
Thumbs.db

.metadata/.lock

Whitespace-only changes.

.metadata/.log

Lines changed: 0 additions & 133 deletions
This file was deleted.
-20 Bytes
Binary file not shown.
-32 Bytes
Binary file not shown.

.metadata/.mylyn/.tasks.xml.zip

-250 Bytes
Binary file not shown.
-361 Bytes
Binary file not shown.

.metadata/.mylyn/tasks.xml.zip

-250 Bytes
Binary file not shown.

.metadata/.plugins/org.eclipse.core.resources/.history/18/40762b1b2f84001416c3fc97dbd10127

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

0 commit comments

Comments
 (0)