blob: 5523acc1a03f68f07a736e1e6c3c4785d7b55c98 (
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
48
49
50
|
#########################
# 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)
docs
etc
examples
out
views
# Autogenerated files
lib/handlers/asm-docs-amd64.js
lib/handlers/asm-docs-arm32.js
#########################
# Files we ought to ignore
static/policies/*.html
|