mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-27 01:30:35 +08:00
25 lines
318 B
Plaintext
25 lines
318 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/*
|
|
!.idea/runConfigurations
|
|
!.idea/scopes
|
|
!.idea/inspectionProfies
|
|
!.idea/codeStyles
|
|
!.idea/copyright
|
|
!.idea/checkstyle-idea.xml |