mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-17 23:14:19 +01:00
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.
9 lines
94 B
Plaintext
9 lines
94 B
Plaintext
*.pyc
|
|
/netbox/netbox/configuration.py
|
|
/netbox/static
|
|
.idea
|
|
/*.sh
|
|
!upgrade.sh
|
|
fabfile.py
|
|
*.swp
|