37 lines
432 B
Plaintext
37 lines
432 B
Plaintext
# eclipse
|
|
bin
|
|
*.launch
|
|
.settings
|
|
.metadata
|
|
.classpath
|
|
.project
|
|
|
|
# idea
|
|
out
|
|
*.ipr
|
|
*.iws
|
|
*.iml
|
|
.idea
|
|
|
|
### VisualStudioCode ###
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
# !.vscode/launch.json # launch is customly generated by gradlew
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# gradle
|
|
build
|
|
.gradle
|
|
|
|
# other
|
|
eclipse
|
|
run
|
|
|
|
# Files from Forge MDK
|
|
forge*changelog.txt
|