mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-22 18:46:27 +01:00
985b5655f5
This has been in work for a bunch of time. Zoe ( duplexsystem or budgidiere, whatever ) has put a ton of work into this. We now have a bugfree build system that works flawlessly. Co-authored-by: Ivan Pekov <ivan@mrivanplays.com> Co-authored-by: Simon Gardling <titaniumtown@gmail.com> Co-authored-by: toinouH <toinouh2003@gmail.com> P.s the one who merged this is ivan and not bud.
63 lines
575 B
Plaintext
63 lines
575 B
Plaintext
# JVM crash related
|
|
core.*
|
|
hs_err_pid*
|
|
|
|
# Intellij
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
out/
|
|
|
|
# Eclipse
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
|
|
# netbeans
|
|
nbproject/
|
|
nbactions.xml
|
|
|
|
# Gradle
|
|
!gradle-wrapper.jar
|
|
.gradle/
|
|
build/
|
|
*/build/
|
|
|
|
# we use maven!
|
|
build.xml
|
|
|
|
# Maven
|
|
log/
|
|
target/
|
|
dependency-reduced-pom.xml
|
|
|
|
# various other potential build files
|
|
build/
|
|
bin/
|
|
dist/
|
|
manifest.mf
|
|
|
|
# Mac
|
|
.DS_Store/
|
|
.DS_Store
|
|
|
|
# vim
|
|
.*.sw[a-p]
|
|
|
|
# Linux temp files
|
|
*~
|
|
|
|
# other stuff
|
|
run/
|
|
docs/build/
|
|
|
|
Yatopia-Server
|
|
Yatopia-API
|
|
mc-dev
|
|
yatopia-launcher.jar
|
|
*clip.jar
|
|
last-paper
|
|
!upstreamConfig/*
|
|
!upstreamCommits/*
|