teavm/.gitignore

30 lines
393 B
Plaintext
Raw Normal View History

2016-10-27 16:55:17 +08:00
# output dir
target
# KDE
2015-10-04 16:49:20 +08:00
.directory
2016-10-27 16:55:17 +08:00
# Eclipse
2015-10-04 16:49:20 +08:00
.project
.settings
.classpath
.factorypath
.checkstyle
2015-10-04 16:49:20 +08:00
.cache-main
2016-10-27 16:55:17 +08:00
# IntelliJ IDEA
*.iml
!/all-deps/all-deps.iml
!/tools/idea/**/*.iml
2016-02-22 03:26:56 +08:00
.idea/uiDesigner.xml
2016-04-27 03:48:53 +08:00
.idea/workspace.xml
2016-10-27 16:55:17 +08:00
.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/*