mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-28 18:34:36 +00:00
Merge pull request #67 from 0xFelix/rework-gitignore
chore: Rework gitignore
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -1,6 +1,3 @@
|
|||||||
/tests/output/
|
|
||||||
/changelogs/.plugin-cache.yaml
|
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
@@ -138,3 +135,13 @@ dmypy.json
|
|||||||
bin/
|
bin/
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
*.zip
|
*.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
|
||||||
|
|||||||
@@ -41,5 +41,3 @@ build_ignore:
|
|||||||
- docs/conf.py
|
- docs/conf.py
|
||||||
- docs/roles.rst.template
|
- docs/roles.rst.template
|
||||||
- docs/requirements.txt
|
- docs/requirements.txt
|
||||||
- tests/integration/targets/inventory_kubevirt/.gitignore
|
|
||||||
- tests/integration/targets/kubevirt_vm/.gitignore
|
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
all.yml
|
|
||||||
empty.yml
|
|
||||||
label.yml
|
|
||||||
net.yml
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
files/
|
|
||||||
Reference in New Issue
Block a user