mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-21 01:00:54 +08:00
85c686c72a
Replace classAliases with classesToPreserve
28 lines
356 B
Plaintext
28 lines
356 B
Plaintext
# output dir
|
|
target
|
|
|
|
# KDE
|
|
.directory
|
|
|
|
# Eclipse
|
|
.project
|
|
.settings
|
|
.classpath
|
|
.factorypath
|
|
.checkstyle
|
|
.cache-main
|
|
.metadata
|
|
|
|
# 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
|
|
|
|
dependency-reduced-pom.xml |