diff options
author | Nao Pross <naopross@thearcway.org> | 2018-02-10 14:41:49 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-02-10 14:41:49 +0100 |
commit | d677dbead66c2c52c2ffc51a64ece0a06114d2ad (patch) | |
tree | 188a7a6fc693dd47de18648577fba3c247361f2c /.gitignore | |
parent | Implement barebone game engine (diff) | |
download | Subconscious-old-d677dbead66c2c52c2ffc51a64ece0a06114d2ad.tar.gz Subconscious-old-d677dbead66c2c52c2ffc51a64ece0a06114d2ad.zip |
Switch to gradle, update gitignore
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 18 insertions, 4 deletions
@@ -1,6 +1,20 @@ -# build files -**/*.class +## OS generated garbage +**/.DS_Store* +**/ehtumbs.db +**/Icon? +**/Thumbs.db + +## Editors +**/*~ +**/*.swp + +## Gradle +target +*/target -# build directories build -jar +*/build + +gradle +.gradle +.m2 |