소스 검색

Merge pull request #1878 from toanant/patch-1

Update Python.gitignore for celery-beat schedule binary file.
Brendan Forster 9 년 전
부모
커밋
8a0d66587f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Python.gitignore

+ 3 - 0
Python.gitignore

@@ -71,6 +71,9 @@ target/
 # pyenv
 .python-version
 
+# celery beat schedule file
+celerybeat-schedule
+
 # dotenv
 .env