Bungee added

This commit is contained in:
catfoolyou
2025-02-24 12:55:14 -05:00
parent 4aa37b793e
commit 77b143500a
209 changed files with 19158 additions and 0 deletions

37
eaglerbungee/.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Eclipse stuff
.classpath
.project
.settings/
# netbeans
nbproject/
nbactions.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
# Mac filesystem dust
.DS_Store/
# intellij
*.iml
*.ipr
*.iws
.idea/
# other files
*.log*
*.yml