소스 검색

Added docs subdir to gitignore

To be able to build translated documentation, docs/locale should
be a symbolic link to the django-docs-translations/translations
directory.
Claude Paroz 11 년 전
부모
커밋
78974ed525
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -4,5 +4,6 @@
 MANIFEST
 dist/
 docs/_build/
+docs/locale/
 tests/coverage_html/
 tests/.coverage