From 649fa18edb712aa1d818d29393f052c8857a17b8 Mon Sep 17 00:00:00 2001 From: Jan Felix Wiebe Date: Sun, 17 Jun 2018 22:02:55 +0200 Subject: [PATCH] added gitignore exception for exported pngs --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9d2652c..32dd2db 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,9 @@ bin-release/ # Other files and folders .settings/ +# ignore rendered pngs +2018/*.png + # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` # should NOT be excluded as they contain compiler settings and other important # information for Eclipse / Flash Builder.