mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-26 01:32:02 -07:00
Convert project to Gradle
The pom.xml file is deleted in this patch so the patch will fail to apply if there are changes made to it from upstream - thus notifying us that changes were made.
This commit is contained in:
6
paper-api/.gitignore
vendored
6
paper-api/.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
.gradle/
|
||||
|
||||
# Eclipse stuff
|
||||
/.classpath
|
||||
/.project
|
||||
@@ -32,3 +34,7 @@
|
||||
*.ipr
|
||||
*.iws
|
||||
.idea/
|
||||
|
||||
# vs code
|
||||
/.vscode
|
||||
/.factorypath
|
||||
|
Reference in New Issue
Block a user