This commit is contained in:
Evan
2026-09-07 09:55:36 +08:00
parent 9b6892f2ed
commit badbc11154
9098 changed files with 985321 additions and 0 deletions

19
scratch-vm/.npmignore Normal file
View File

@@ -0,0 +1,19 @@
# 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}