42 строки
452 B
Plaintext
42 строки
452 B
Plaintext
#eclipse
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
.metadata
|
|
*.launch
|
|
org.*
|
|
bin
|
|
|
|
#vscode
|
|
.vscode
|
|
|
|
#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 |