소스 검색

Add db.sqlite3-journal to Python.gitignore (#3063)

See also 15e56afe introduced this for Rails.gitignore.

Docs on Sqlite temporary files
https://www.sqlite.org/tempfiles.html#rollback_journals

Thanks @nickittynack (Nick Reynolds)
pull/3073/head^2
Peter Hollows 5 년 전
부모
커밋
c1faae44ae
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      Python.gitignore

+ 1
- 0
Python.gitignore 파일 보기

@@ -58,6 +58,7 @@ coverage.xml
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/

Loading…
취소
저장