45
1
Fork 0

added gitignore exception for exported pngs

This commit is contained in:
Jan Felix Wiebe 2018-06-17 22:02:55 +02:00
parent 5499e84aa1
commit 649fa18edb

3
.gitignore vendored
View file

@ -12,6 +12,9 @@ bin-release/
# Other files and folders # Other files and folders
.settings/ .settings/
# ignore rendered pngs
2018/*.png
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important # should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder. # information for Eclipse / Flash Builder.