소스 검색

Add local_settings to Django's ignore

Edson Dota 9 년 전
부모
커밋
b510c6633e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Python.gitignore

+ 1 - 0
Python.gitignore

@@ -50,6 +50,7 @@ coverage.xml
 
 # Django stuff:
 *.log
+local_settings.py
 
 # Sphinx documentation
 docs/_build/