summaryrefslogtreecommitdiffstats
path: root/ansible_collections/ibm/qradar/.prettierignore
blob: 9f980a682661fd21aeb97703c0f2dc3cf262251c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Stuff we don't want priettier to ever to look into
.*/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# A linked collection directory created by pytest-ansible-units

collections/

# Tracked but not manually edited

# Tracked but manually formatted

# WIP
README.md