File size: 281 Bytes
966637e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Development files
.eslintrc.js
/.editorconfig
/.eslintignore
/.gitattributes
/.github
/.travis.yml
/.tx
/test

# Build created files
/playground

# Coverage created files
/.nyc_output
/coverage

# Exclude already built packages from testing with npm pack
/scratch-vm-*.{tar,tgz}