mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-12-15 05:27:40 +00:00
Bungee added
This commit is contained in:
37
eaglerbungee/.gitignore
vendored
Normal file
37
eaglerbungee/.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user