wegnercraft/.gitignore

42 строки
452 B
Plaintext
Исходник Обычный вид История

2016-10-28 00:48:39 +03:00
#eclipse
.project
.classpath
.settings/
.metadata
*.launch
org.*
bin
2016-10-28 17:57:06 +03:00
#vscode
.vscode
2016-10-28 00:48:39 +03:00
#idea
*.iml
*.ipr
*.iws
.idea
out
#gradle
build
.gradle
modules
libs
#runtime
run
run_server
#mac
.DS_Store
#Custom code to inject the the dev environment
custom
#licnse_checker
# Not in git because it contains names + emails.
license_checker/agreed.txt
license_checker/out/**
# For some annoying reason the tests creates a log file in "/logs/latest.txt"
logs