diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -64,3 +64,12 @@ $RECYCLE.BIN/ /.gradle/* /.settings/* /bin/ + + +# Exclude Gimp files (lots of memory) +/Gimp files/* + +/libs/* +/jars/* +/build/* +/Models/*
\ No newline at end of file |
