summaryrefslogtreecommitdiff
path: root/.prettierignore
blob: 3b7645e2c502e600cf7059e4ee79bc74a6fb58f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Stuff we don't want priettier to ever to look into
.*/
coverage/

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

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

README.md