2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-09-19 15:18:01 +00:00
RedisBungee/.gitignore
2023-03-23 15:42:59 +04:00

50 lines
453 B
Plaintext

# Eclipse stuff
.classpath
.project
.settings
# random files
.png
.jpg
# netbeans
nbproject
nbactions.xml
nb-configuration.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/
*.versionBackup
*.versionsBackup
# gradle
.gradle
# java docs
javadoc
# run-server folders
*/run