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

gitignore static folder, concretize configuration.py location

this adds the netbox/static folder to the gitignore file, and further
specifies the path from where we'd like to ignore net netbox configuration.py.
This commit is contained in:
Florian Klink
2016-10-28 12:24:55 +02:00
parent f8f5d6876b
commit 5cd9c11169

3
.gitignore vendored
View File

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