summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ea8c4bf..60c2fd7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,12 @@
/target
+.idea/
+/*.png
+/*.jpg
+/*.jpeg
+/*.ppm
+/*.bmp
+!img/*.png
+!img/*.jpg
+!img/*.jpeg
+!img/*.ppm
+!img/*.bmp \ No newline at end of file