Create --2- -.gitignore

---1
This commit is contained in:
/%pc.c%/ 2019-12-06 18:30:10 +01:00 committed by GitHub
parent 16353ce63c
commit d8afc77ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
--2- -.gitignore Normal file
View File

@ -0,0 +1,18 @@
@@ -14,3 +14,16 @@ fabfile.py
gunicorn_config.py
.DS_Store
.vscode
*.py
*.py
*.md
*.yaml
.github/stale.yaml
docs/release-notes/version-2.6.md
netbox/circuits/signals.py
netbox/dcim/models.py
netbox/dcim/signals.py
netbox/dcim/tests/test_api.py
netbox/dcim/tests/test_views.py
netbox/dcim/views.py
netbox/ipam/forms.py
---1