forked from MultiPaper/MultiPaper
-
Notifications
You must be signed in to change notification settings - Fork 0
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
40 changed files
with
496 additions
and
2,169 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[*.java] | ||
charset=utf-8 | ||
end_of_line=lf | ||
insert_final_newline=true | ||
indent_style=space | ||
indent_size=4 |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
* text=auto | ||
|
||
*.sh text eol=lf | ||
gradlew text eol=lf | ||
*.bat text eol=crlf | ||
|
||
*.jar binary |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,45 +1,52 @@ | ||
# Concrete | ||
MultiPaper-Server | ||
MultiPaper-API | ||
mc-dev | ||
.idea | ||
testserver | ||
run | ||
current-paper | ||
.DS_Store | ||
*.sh | ||
.gradle/ | ||
build/ | ||
|
||
# Eclipse stuff | ||
.classpath | ||
.project | ||
.settings/ | ||
|
||
# VSCode stuff | ||
.vscode/ | ||
|
||
# netbeans | ||
nbproject/ | ||
nbactions.xml | ||
|
||
# Compiled class file | ||
*.class | ||
# we use maven! | ||
build.xml | ||
|
||
# Log file | ||
*.log | ||
# maven | ||
target/ | ||
dependency-reduced-pom.xml | ||
|
||
# vim | ||
.*.sw[a-p] | ||
|
||
# BlueJ files | ||
*.ctxt | ||
# various other potential build files | ||
build/ | ||
bin/ | ||
dist/ | ||
manifest.mf | ||
|
||
# Mobile Tools for Java (J2ME) | ||
.mtj.tmp/ | ||
# Mac filesystem dust | ||
.DS_Store/ | ||
.DS_Store | ||
|
||
# IntelliJ | ||
# intellij | ||
*.iml | ||
*.ipr | ||
*.iws | ||
.idea/ | ||
out/ | ||
|
||
# Maven | ||
target/ | ||
# Linux temp files | ||
*~ | ||
|
||
# Package Files # | ||
*.jar | ||
*.war | ||
*.nar | ||
*.ear | ||
*.zip | ||
*.tar.gz | ||
*.rar | ||
# other stuff | ||
run/ | ||
|
||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | ||
hs_err_pid* | ||
MultiPaper-Server | ||
MultiPaper-API | ||
|
||
!gradle/wrapper/gradle-wrapper.jar |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Submodule Paper
deleted from
bc4b23
Oops, something went wrong.