#57 Fix gitignore

Open
valentina.korovkina wants to merge 1 commits from valentina.korovkina/fix-gitignore into ShariX_Open/unstable
2 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore
  2. 0 0
      sharix_admin/migrations/__init__.py

+ 2 - 1
.gitignore

@@ -25,7 +25,8 @@ landing/
 user/
 
 # Django
-migrations/
+migrations/*
+!migrations/__init__.py
 staticfiles/
 media/
 

+ 0 - 0
sharix_admin/migrations/__init__.py