mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-21 01:00:54 +08:00
30 lines
393 B
Plaintext
30 lines
393 B
Plaintext
# output dir
|
|
target
|
|
|
|
# KDE
|
|
.directory
|
|
|
|
# Eclipse
|
|
.project
|
|
.settings
|
|
.classpath
|
|
.factorypath
|
|
.checkstyle
|
|
.cache-main
|
|
|
|
# IntelliJ IDEA
|
|
*.iml
|
|
!/all-deps/all-deps.iml
|
|
!/tools/idea/**/*.iml
|
|
.idea/uiDesigner.xml
|
|
.idea/workspace.xml
|
|
.idea/dictionaries/
|
|
.idea/compiler.xml
|
|
.idea/encodings.xml
|
|
.idea/misc.xml
|
|
.idea/modules.xml
|
|
.idea/scala_compiler.xml
|
|
.idea/vcs.xml
|
|
.idea/libraries/*
|
|
.idea/artifacts/*
|