Merge pull request #67 from 0xFelix/rework-gitignore

chore: Rework gitignore
This commit is contained in:
kubevirt-bot
2024-03-20 10:29:15 +01:00
committed by GitHub
4 changed files with 10 additions and 10 deletions

13
.gitignore vendored
View File

@@ -1,6 +1,3 @@
/tests/output/
/changelogs/.plugin-cache.yaml
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
@@ -138,3 +135,13 @@ dmypy.json
bin/
*.tar.gz
*.zip
# Collection specific ignores
/changelogs/.plugin-cache.yaml
/tests/output/
/tests/integration/inventory
/tests/integration/targets/inventory_kubevirt/all.yml
/tests/integration/targets/inventory_kubevirt/empty.yml
/tests/integration/targets/inventory_kubevirt/label.yml
/tests/integration/targets/inventory_kubevirt/net.yml
/tests/integration/targets/kubevirt_vm/files

View File

@@ -41,5 +41,3 @@ build_ignore:
- docs/conf.py
- docs/roles.rst.template
- docs/requirements.txt
- tests/integration/targets/inventory_kubevirt/.gitignore
- tests/integration/targets/kubevirt_vm/.gitignore

View File

@@ -1,4 +0,0 @@
all.yml
empty.yml
label.yml
net.yml

View File

@@ -1 +0,0 @@
files/