Просмотр исходного кода

Updated gitignore for shared dev env.

Rafał Pitoń 11 лет назад
Родитель
Сommit
106de40903
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -203,6 +203,8 @@ path.py
 !templates/debug_toolbar/panels/acl.html
 !templates/debug_toolbar/panels/acl.html
 static/emojis/**
 static/emojis/**
 templates/debug_toolbar/**
 templates/debug_toolbar/**
+testproject/**
+db.sqlite3
 
 
 
 
 ############
 ############