aboutsummaryrefslogtreecommitdiff
path: root/.prettierignore
blob: f4aa014311e62ad944869b63c20c175c4c0706ae (plain)
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
#########################
# From .gitignore

# build generated files
/.node-bin
/.npm-updated
/.nyc_output
/node_modules
/out

# generated from opcode docenzier.py scripts
/asm-docs*

# user local customizations
/etc/config/*.local.properties
/lib/storage/data

# IDE project files
/nbproject
*.vscode
*.code-workspace

# random bits
f.out
newrelic_agent.log
*.heapsnapshot
*.swp

# approval tests
*.received.*

#########################
# From .eslintignore

# Uninteresting folders (node_modules and dotfiles/dotfolders ignored by default)
etc
examples
out

# Autogenerated files
lib/asm-docs/generated/asm-docs-*.js


#########################
# Files we ought to ignore

static/policies/*.html