2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-06-10 21:17:16 +00:00
Files
RedisBungee/.gitignore
T

44 lines
407 B
Plaintext
Raw Normal View History

2013-09-29 16:16:47 -04:00
# Eclipse stuff
2022-04-14 15:54:13 +04:00
.classpath
.project
.settings
2013-09-29 16:16:47 -04:00
2022-06-29 17:47:25 +04:00
# random files
.png
.jpg
2013-09-29 16:16:47 -04:00
# netbeans
2022-04-14 15:54:13 +04:00
nbproject
nbactions.xml
nb-configuration.xml
2013-09-29 16:16:47 -04:00
# we use maven!
2022-04-14 15:54:13 +04:00
build.xml
2013-09-29 16:16:47 -04:00
# maven
2022-04-14 15:54:13 +04:00
target
dependency-reduced-pom.xml
2013-09-29 16:16:47 -04:00
# vim
.*.sw[a-p]
# various other potential build files
2022-04-14 15:54:13 +04:00
build
bin
dist
manifest.mf
2013-09-29 16:16:47 -04:00
# Mac filesystem dust
2022-04-14 15:54:13 +04:00
.DS_Store
2013-09-29 16:16:47 -04:00
# intellij
*.iml
*.ipr
*.iws
2022-04-14 16:07:52 +04:00
.idea/
2022-05-26 00:42:40 +04:00
*.versionBackup
*.versionsBackup
2022-04-14 16:07:52 +04:00
# java docs
2022-06-29 17:47:25 +04:00
javadoc