forked from PrairieLearn/PrairieLearn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prettierignore
52 lines (43 loc) · 1.6 KB
/
.prettierignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
node_modules
# Test coverage
coverage/
# Code coverage reports
coverage/
# Transpiled files
packages/*/dist
# Built assets
public/build/
# The `public/localscripts/calculationQuestion` directory unfortunately
# contains a mixture of first-party and vendored third-party scripts. We want
# to format our own scripts, but we should avoid formatting anything that was
# vendored.
public/localscripts/calculationQuestion/backbone.js
public/localscripts/calculationQuestion/jquery-ui.js
public/localscripts/calculationQuestion/jquery.js
public/localscripts/calculationQuestion/jquery.jsPlumb.js
public/localscripts/calculationQuestion/math.js
public/localscripts/calculationQuestion/mersenne.js
public/localscripts/calculationQuestion/numeric-1.2.6.min.js
public/localscripts/calculationQuestion/rivets.js
public/localscripts/calculationQuestion/sha1.js
public/localscripts/calculationQuestion/sylvester.js
public/localscripts/calculationQuestion/text.js
public/localscripts/calculationQuestion/underscore.js
# As above, `public/javascripts` contains both first- and third-party code.
# We omit any vendored third-party code from Prettier formatting.
public/javascripts/async.js
public/javascripts/backbone.js
public/javascripts/d3.min.js
public/javascripts/dropzone.js
public/javascripts/lodash.min.js
public/javascripts/numeric-1.2.6.min.js
public/javascripts/require.js
public/javascripts/sha1.js
public/javascripts/sylvester.js
public/javascripts/underscore.js
# This is auto-generated by mkdocs.
docs/code-docs/
# pytest cache
.pytest_cache/
# prettier-plugin-sql does not properly support sprocs, so ignoring those
sprocs/*.sql