bentobox/.gitignore
Tastybento df0ecca217 Added dependency injection (DI) for flag listeners for plugin.
This is required for automated testing (can't use static getInstance). I
really need automated testing of the protection classes, so even though
this adds a parameter to the classes, it's important to have it right
now.
2018-02-03 11:54:33 -08:00

8 lines
63 B
Plaintext

/bin/
.classpath
.project
/.settings/
*.iml
/target
/.DS_Store