mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-21 10:27:44 +01:00
add .gitignore to Purpur-MojangAPI
This commit is contained in:
@@ -4,6 +4,54 @@ Date: Mon, 14 Jun 2021 07:01:43 -0400
|
|||||||
Subject: [PATCH] Build System Changes
|
Subject: [PATCH] Build System Changes
|
||||||
|
|
||||||
|
|
||||||
|
diff --git a/.gitignore b/.gitignore
|
||||||
|
new file mode 100644
|
||||||
|
index 0000000000000000000000000000000000000000..3e05459f27c4c5697ae65da504d67a6a2f617b57
|
||||||
|
--- /dev/null
|
||||||
|
+++ b/.gitignore
|
||||||
|
@@ -0,0 +1,42 @@
|
||||||
|
+.gradle/
|
||||||
|
+build/
|
||||||
|
+
|
||||||
|
+# Eclipse stuff
|
||||||
|
+/.classpath
|
||||||
|
+/.project
|
||||||
|
+/.settings
|
||||||
|
+
|
||||||
|
+# netbeans
|
||||||
|
+/nbproject
|
||||||
|
+nb*.xml
|
||||||
|
+
|
||||||
|
+# we use maven!
|
||||||
|
+/build.xml
|
||||||
|
+
|
||||||
|
+# maven
|
||||||
|
+/target
|
||||||
|
+dependency-reduced-pom.xml
|
||||||
|
+
|
||||||
|
+# vim
|
||||||
|
+.*.sw[a-p]
|
||||||
|
+
|
||||||
|
+# various other potential build files
|
||||||
|
+/build
|
||||||
|
+/bin
|
||||||
|
+/dist
|
||||||
|
+/manifest.mf
|
||||||
|
+
|
||||||
|
+/world
|
||||||
|
+/logs
|
||||||
|
+
|
||||||
|
+# Mac filesystem dust
|
||||||
|
+.DS_Store
|
||||||
|
+
|
||||||
|
+# intellij
|
||||||
|
+*.iml
|
||||||
|
+*.ipr
|
||||||
|
+*.iws
|
||||||
|
+.idea/
|
||||||
|
+
|
||||||
|
+/src/main/resources/achievement
|
||||||
|
+/src/main/resources/lang
|
||||||
diff --git a/build.gradle.kts b/build.gradle.kts
|
diff --git a/build.gradle.kts b/build.gradle.kts
|
||||||
index 536b4577cfb37c1a79d33e35ddcec61000cb9d4a..fb29f2eb1b21074c8784febddca18eab63b29e34 100644
|
index 536b4577cfb37c1a79d33e35ddcec61000cb9d4a..fb29f2eb1b21074c8784febddca18eab63b29e34 100644
|
||||||
--- a/build.gradle.kts
|
--- a/build.gradle.kts
|
||||||
|
|||||||
Reference in New Issue
Block a user