Added .pyc, database and medias files in .gitignore to keep repository clean

This commit is contained in:
Émile Filteau 2015-07-22 11:20:39 -04:00
parent 99903c9b68
commit e14fb685bb
25 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@ -1,3 +1,10 @@
/venv /venv
/.idea /.idea
*.pyc
*/*.pyc
db.sqlite3
/medias/*/*

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.