Exclude NPM files from git (v3.0+)
This commit is contained in:
parent
04d6a4a371
commit
f25649955e
|
|
@ -2,6 +2,8 @@
|
|||
*.swp
|
||||
/netbox/netbox/configuration.py
|
||||
/netbox/netbox/ldap_config.py
|
||||
/netbox/project-static/.cache
|
||||
/netbox/project-static/node_modules
|
||||
/netbox/reports/*
|
||||
!/netbox/reports/__init__.py
|
||||
/netbox/scripts/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue