1
0
mirror of https://github.com/shadowfacts/ekt.git synced 2025-01-01 09:24:18 +00:00
ekt/.gitignore
2017-08-04 15:38:17 -04:00

16 lines
94 B
Plaintext

.DS_Store
# java
*.class
# gradle
/build
/.gradle
# idea
/out
/run
/.idea
*.iml
*.ipr
*.iws