Explorar el Código

Merge remote-tracking branch 'origin/master'

lyh hace 3 años
padre
commit
826749ec38
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  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