diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -1,9 +1,3 @@ -out/ +.gradle/ .idea/ -*.iml -.github/ -target/ -/bin/ -.classpath -.project -.settings/
\ No newline at end of file +build/
\ No newline at end of file |
