mirror of https://github.com/shadowfacts/ekt.git
16 lines
94 B
Plaintext
16 lines
94 B
Plaintext
|
.DS_Store
|
||
|
|
||
|
# java
|
||
|
*.class
|
||
|
|
||
|
# gradle
|
||
|
/build
|
||
|
/.gradle
|
||
|
|
||
|
# idea
|
||
|
/out
|
||
|
/run
|
||
|
/.idea
|
||
|
*.iml
|
||
|
*.ipr
|
||
|
*.iws
|