aboutsummaryrefslogtreecommitdiffhomepage
path: root/.prettierignore
blob: 286760af2ee8bd27d6b0fa46568b54b26399465a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# It would be nice to remove this file and use .gitignore instead however we need to add package.json and __fixtures__

/node_modules
/config.js
/coverage
/dist
/tmp
.DS_Store
.cache
/*.log
package.json
**/__fixtures__/
**/__mocks__/
bin/yarn*
.clinic/

# generated code
**/*.generated.ts
/tools/dist
/patches
**/tmp/