teavm/.gitignore
2016-10-27 12:55:28 +03:00

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/*