We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ebad9 commit 5276fabCopy full SHA for 5276fab
.gitignore
@@ -0,0 +1,11 @@
1
+# General
2
+.cache
3
+
4
+# Ansible
5
+*.retry
6
7
+# Python
8
+## Byte-compiled / optimized / DLL files
9
+__pycache__/
10
+*.py[cod]
11
+*$py.class
.prettierignore
@@ -0,0 +1,19 @@
+# files we don't want prettier to ever to look into
+.*/
+coverage/
+# Environments
+.env
+.venv
+env/
+venv/
+ENV/
+env.bak/
12
+venv.bak/
13
14
+# A linked collection directory created by pytest-ansible-units
15
+collections/
16
17
+tests/output/
18
19
+README.md
0 commit comments