Browse Source

Merge remote-tracking branch 'origin/master'

lyh 3 năm trước cách đây
mục cha
commit
826749ec38
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  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