Przeglądaj źródła

Merge remote-tracking branch 'origin/master'

lyh 3 lat temu
rodzic
commit
826749ec38
1 zmienionych plików z 12 dodań i 0 usunięć
  1. 12 0
      .gitignore

+ 12 - 0
.gitignore

@@ -0,0 +1,12 @@
+# See https://help.github.com/ignore-files/ for more about ignoring files. 
+
+**/migrations/*
+!**/migrations/__init__.py
+
+*.py[cod]
+local_settings.*
+*.bat
+*.txt
+*.whl
+venv
+.idea