Browse Source

Merge pull request #1878 from toanant/patch-1

Update Python.gitignore for celery-beat schedule binary file.
Brendan Forster 9 năm trước cách đây
mục cha
commit
8a0d66587f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      Python.gitignore

+ 3 - 0
Python.gitignore

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