-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
373 changed files
with
56,981 additions
and
56,981 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,57 @@ | ||
# Eclipse stuff | ||
.classpath | ||
.project | ||
.settings | ||
.checkstyle | ||
*/.classpath | ||
*/.project | ||
*/.settings | ||
*/.checkstyle | ||
|
||
# netbeans | ||
/nbproject | ||
|
||
# we use maven! | ||
/build.xml | ||
|
||
# maven | ||
/target | ||
*/target | ||
# vim | ||
.*.sw[a-p] | ||
dependency-reduced-pom.xml | ||
|
||
# various other potential build files | ||
/build | ||
/bin | ||
/dist | ||
/manifest.mf | ||
|
||
/world | ||
|
||
# Mac filesystem dust | ||
*.DS_Store | ||
|
||
# intellij | ||
*.iml | ||
*.ipr | ||
*.iws | ||
.idea/ | ||
.gradle/ | ||
|
||
# Fern's utils | ||
uploadtoserver.sh | ||
|
||
# Testing files: | ||
debug.log | ||
|
||
# Doxygen | ||
/docs/html | ||
debug.txt | ||
|
||
# Generated Files | ||
/configs/ | ||
/ICList.txt | ||
/config.yml | ||
/en_US.yml | ||
# Eclipse stuff | ||
.classpath | ||
.project | ||
.settings | ||
.checkstyle | ||
*/.classpath | ||
*/.project | ||
*/.settings | ||
*/.checkstyle | ||
|
||
# netbeans | ||
/nbproject | ||
|
||
# we use maven! | ||
/build.xml | ||
|
||
# maven | ||
/target | ||
*/target | ||
# vim | ||
.*.sw[a-p] | ||
dependency-reduced-pom.xml | ||
|
||
# various other potential build files | ||
/build | ||
/bin | ||
/dist | ||
/manifest.mf | ||
|
||
/world | ||
|
||
# Mac filesystem dust | ||
*.DS_Store | ||
|
||
# intellij | ||
*.iml | ||
*.ipr | ||
*.iws | ||
.idea/ | ||
.gradle/ | ||
|
||
# Fern's utils | ||
uploadtoserver.sh | ||
|
||
# Testing files: | ||
debug.log | ||
|
||
# Doxygen | ||
/docs/html | ||
debug.txt | ||
|
||
# Generated Files | ||
/configs/ | ||
/ICList.txt | ||
/config.yml | ||
/en_US.yml | ||
run/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
language: java | ||
jdk: | ||
- oraclejdk8 | ||
- openjdk8 | ||
notifications: | ||
email: false | ||
language: java | ||
jdk: | ||
- oraclejdk8 | ||
- openjdk8 | ||
notifications: | ||
email: false |
Oops, something went wrong.