Skip to content

Commit

Permalink
Move to paperweight
Browse files Browse the repository at this point in the history
  • Loading branch information
PureGero committed Jun 20, 2021
1 parent 0631fba commit 575b01f
Show file tree
Hide file tree
Showing 40 changed files with 496 additions and 2,169 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
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
7 changes: 7 additions & 0 deletions .gitattributes
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
41 changes: 0 additions & 41 deletions .github/workflows/blank.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/maven.yml

This file was deleted.

69 changes: 38 additions & 31 deletions .gitignore
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
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

2 changes: 0 additions & 2 deletions CONTRIBUTING.md

This file was deleted.

13 changes: 0 additions & 13 deletions PATCHES-LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion Paper
Submodule Paper deleted from bc4b23
Loading

0 comments on commit 575b01f

Please sign in to comment.