Files
commands/.gitignore
T
Aikar bf9b81bf0e Clean up JavaDocs (Deployed ACF)
No longer generate the zip files in git and use proper doclint flag
Speeds up javadoc generation fixing a bug in config
2020-04-26 18:38:49 -04:00

35 lines
482 B
Plaintext

*.class
.DS_Store
# Mobile Tools for Java (J2ME)
.mtj.tmp/
.idea/workspace.xml
.idea/dictionaries
.idea/misc.xml
.idea/libraries
.idea/uiDesigner.xml
.idea/kotlinc.xml
.idea/modules.xml
.idea/usage.statistics.xml
.idea/checkstyle-idea.xml
**/*.iml
docs/**/*.zip
*/docs
# Package Files #
*.jar
*.war
*.ear
*/target
target
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# eclipse project file
.settings/
.classpath
.project