blob: 77a30abd4be25990cd59d38be38ddc813f48862a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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
tests/integration/targets/eos_config/templates/config.js
README.md
|