summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:24:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:24:58 +0000
commitba233a0cbad76b4783a03893e7bf4716fbc0f0ec (patch)
treead369728c1edbe3631c8150585659078ae5d7d0b /.gitignore
parentReleasing progress-linux version 6.17.2-3~progress7.99u1. (diff)
downloadansible-lint-ba233a0cbad76b4783a03893e7bf4716fbc0f0ec.tar.xz
ansible-lint-ba233a0cbad76b4783a03893e7bf4716fbc0f0ec.zip
Merging upstream version 24.6.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 14 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index aa76e31..4e87107 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,7 +8,6 @@ __pycache__
# Packages
.Python
-env/
build/
develop-eggs/
dist/
@@ -20,7 +19,6 @@ parts/
pip-wheel-metadata
sdist/
var/
-venv/
*.egg-info/
.installed.cfg
*.egg
@@ -37,8 +35,14 @@ pip-log.txt
# pyenv
.python-version
+# Environments
+.env
+.venv
+env/
+venv/
+
# Coverage artifacts
-.coverage
+.coverage*
coverage*.xml
pip-wheel-metadata
.test-results/
@@ -54,6 +58,8 @@ src/ansiblelint/_version.py
test/fixtures/formatting-before/
# prettier should not edit this due to forcibly extra-long lines
examples/playbooks/vars/strings.transformed.yml
+# prettier should not edit this due to intentionally spaced nesting
+examples/playbooks/vars/transform_nested_data.yml
# other
.cache
@@ -66,7 +72,11 @@ src/ansiblelint/_version.py
test/eco/CODENOTIFY.html
test/eco
test/schemas/node_modules
+test/local-content
.envrc
-collections
+# collections
+# !/collections
site
_readthedocs
+*.tmp.*
+coverage.lcov