mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -06: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
|