mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-02 08:40:01 +01:00
79d545f5e3
plugin.yml - a bit of missing whitespace formatting
31 lines
275 B
Plaintext
31 lines
275 B
Plaintext
# Eclipse stuff
|
|
/.classpath
|
|
/.project
|
|
/.settings
|
|
|
|
# netbeans
|
|
/nbproject
|
|
|
|
# we use maven!
|
|
/build.xml
|
|
|
|
# maven
|
|
/target
|
|
|
|
# vim
|
|
.*.sw[a-p]
|
|
|
|
# various other potential build files
|
|
/build
|
|
/bin
|
|
/dist
|
|
/manifest.mf
|
|
|
|
# Mac filesystem dust
|
|
/.DS_Store
|
|
|
|
# intellij
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/ |