Commit cbb6fb5e3c4b04b1dc232cf9fccf0689200da318

Authored by Alexis Koralewski
1 parent c16ba9e4
Exists in dev

modification of comment

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.gitignore
... ... @@ -5,7 +5,7 @@ __pycache__
5 5 *.pyc
6 6 *.py.bak
7 7  
8   -# Ignore all PNG files except from src/doc/
  8 +# Ignore all PNG files except from src/doc/ and src/core/pyros_django/misc/static/media/
9 9 *.png
10 10 !src/doc/*.png
11 11 !src/core/pyros_django/misc/static/media/*.png
... ...