Skip to content

Commit

Permalink
Normalise line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Oct 12, 2018
1 parent e9010c2 commit 4a25e4c
Show file tree
Hide file tree
Showing 373 changed files with 56,981 additions and 56,981 deletions.
112 changes: 56 additions & 56 deletions .gitignore
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/
12 changes: 6 additions & 6 deletions .travis.yml
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
Loading

0 comments on commit 4a25e4c

Please sign in to comment.