updated .gitignore; clean up

This commit is contained in:
Hedde van der Heide
2021-11-24 09:42:32 +01:00
parent 63ebea9c8f
commit 65db3f0a39
7 changed files with 3 additions and 36 deletions
+3 -1
View File
@@ -2,4 +2,6 @@
**/*.pyc
**/__pycache__
**/.idea
**/.vscode
**/.vscode
**/dist
**/netbox_slm.egg-info
BIN
View File
Binary file not shown.
-11
View File
@@ -1,11 +0,0 @@
Metadata-Version: 2.1
Name: netbox-slm
Version: 0.1
Summary: Software Lifecycle Management Netbox Plugin
Home-page: https://github.com/ICTU/netbox-slm
Author: Hedde van der Heide
License: Apache 2.0
Platform: UNKNOWN
UNKNOWN
-21
View File
@@ -1,21 +0,0 @@
README
setup.py
netbox_slm/__init__.py
netbox_slm/admin.py
netbox_slm/filtersets.py
netbox_slm/forms.py
netbox_slm/middleware.py
netbox_slm/models.py
netbox_slm/navigation.py
netbox_slm/signals.py
netbox_slm/tables.py
netbox_slm/template_content.py
netbox_slm/urls.py
netbox_slm/views.py
netbox_slm.egg-info/PKG-INFO
netbox_slm.egg-info/SOURCES.txt
netbox_slm.egg-info/dependency_links.txt
netbox_slm.egg-info/not-zip-safe
netbox_slm.egg-info/top_level.txt
netbox_slm/migrations/0001_initial.py
netbox_slm/migrations/__init__.py
@@ -1 +0,0 @@
-1
View File
@@ -1 +0,0 @@
-1
View File
@@ -1 +0,0 @@
netbox_slm