瀏覽代碼

Añado .gitignore para evitar migrations

Celestino Rey 1 年之前
父節點
當前提交
31e38340cb
共有 3 個文件被更改,包括 2 次插入1 次删除
  1. 0 1
      .gitignore
  2. 1 0
      src/finanzas/.gitignore
  3. 1 0
      src/reymotausers/.gitignore

+ 0 - 1
.gitignore

@@ -1,6 +1,5 @@
 ._*
 db.sqlite3
-.gitignore
 .DS_Store
 venv
 __pycache__/

+ 1 - 0
src/finanzas/.gitignore

@@ -0,0 +1 @@
+migrations/*

+ 1 - 0
src/reymotausers/.gitignore

@@ -0,0 +1 @@
+migrations/*