mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-21 01:00:54 +08:00
38 lines
464 B
Plaintext
38 lines
464 B
Plaintext
# output dir
|
|
build
|
|
/build-dir
|
|
/build-cache
|
|
/deploy-with-env.sh
|
|
/release-with-env.sh
|
|
.gradle
|
|
/relocated
|
|
/samples/.gradle
|
|
local.properties
|
|
teavm-local.properties
|
|
.kotlin
|
|
node_modules
|
|
|
|
# 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
|
|
|