1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge pull request #653 from flokli/gitignore

gitignore static folder, concretize configuration.py location
This commit is contained in:
Jeremy Stretch
2016-11-01 15:44:49 -04:00
committed by GitHub

3
.gitignore vendored
View File

@ -1,5 +1,6 @@
*.pyc *.pyc
configuration.py /netbox/netbox/configuration.py
/netbox/static
.idea .idea
/*.sh /*.sh
!upgrade.sh !upgrade.sh