瀏覽代碼

Add local_requirements.txt to .gitignore

Jeremy Stretch 6 年之前
父節點
當前提交
91ba44cc96
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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