2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-07 23:50:27 +00:00

update git ignore

This commit is contained in:
2022-04-14 15:54:13 +04:00
parent 070e416fac
commit 2bc30ce5f3
9 changed files with 14 additions and 130 deletions

31
.gitignore vendored
View File

@@ -1,33 +1,30 @@
# Eclipse stuff
/.classpath
/.project
/.settings
.classpath
.project
.settings
# netbeans
/nbproject
/nbactions.xml
/nb-configuration.xml
nbproject
nbactions.xml
nb-configuration.xml
# we use maven!
/build.xml
build.xml
# maven
/target
/dependency-reduced-pom.xml
*/target
*/dependency-reduced-pom.xml
target
dependency-reduced-pom.xml
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin
/dist
/manifest.mf
build
bin
dist
manifest.mf
# Mac filesystem dust
/.DS_Store
.DS_Store
# intellij
*.iml