mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 22:07:59 +01:00
79 lines
651 B
Text
79 lines
651 B
Text
|
# Build #
|
||
|
#########
|
||
|
MANIFEST.MF
|
||
|
dependency-reduced-pom.xml
|
||
|
|
||
|
# Compiled #
|
||
|
############
|
||
|
bin
|
||
|
build
|
||
|
dist
|
||
|
lib
|
||
|
out
|
||
|
run
|
||
|
target
|
||
|
*.com
|
||
|
*.class
|
||
|
*.dll
|
||
|
*.exe
|
||
|
*.o
|
||
|
*.so
|
||
|
|
||
|
# Databases #
|
||
|
#############
|
||
|
*.db
|
||
|
*.sql
|
||
|
*.sqlite
|
||
|
|
||
|
# Packages #
|
||
|
############
|
||
|
*.7z
|
||
|
*.dmg
|
||
|
*.gz
|
||
|
*.iso
|
||
|
*.rar
|
||
|
*.tar
|
||
|
*.zip
|
||
|
|
||
|
# Repository #
|
||
|
##############
|
||
|
.git
|
||
|
|
||
|
# Logging #
|
||
|
###########
|
||
|
/logs
|
||
|
*.log
|
||
|
|
||
|
# Misc #
|
||
|
########
|
||
|
*.bak
|
||
|
|
||
|
# System #
|
||
|
##########
|
||
|
.DS_Store
|
||
|
ehthumbs.db
|
||
|
Thumbs.db
|
||
|
*.bat
|
||
|
*.sh
|
||
|
|
||
|
# Project #
|
||
|
###########
|
||
|
.checkstyle
|
||
|
.classpath
|
||
|
.externalToolBuilders
|
||
|
.gradle
|
||
|
.nb-gradle
|
||
|
.idea
|
||
|
.project
|
||
|
.settings
|
||
|
eclipse
|
||
|
nbproject
|
||
|
atlassian-ide-plugin.xml
|
||
|
build.xml
|
||
|
nb-configuration.xml
|
||
|
*.iml
|
||
|
*.ipr
|
||
|
*.iws
|
||
|
*.launch
|
||
|
|