Browse Source

Add local_requirements.txt to .gitignore

Jeremy Stretch 6 năm trước cách đây
mục cha
commit
91ba44cc96
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -9,6 +9,7 @@
 /netbox/static
 /venv/
 /*.sh
+local_requirements.txt
 !upgrade.sh
 fabfile.py
 gunicorn.py