This website requires JavaScript.
Explore
Help
Sign in
scratchfoundation
/
scratch-vm
Watch
1
Star
0
Fork
You've already forked scratch-vm
0
mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced
2024-12-23 06:23:37 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
d9649e63bb
scratch-vm
/
.eslintignore
6 lines
58 B
Text
Raw
Normal View
History
Unescape
Escape
Move build outputs into a `dist/` subdirectory (#375) * Move Node output: /dist.js => /dist/node/scratch-vm.js * Move web output: /vm{.js,.min.js} => /dist/web/scratch-vm{.js,.min.js} * Update build output references in package.json and the playground's index.html * Move the VirtualMachine class out of index.js into its own file, referenced by index.js. The VirtualMachine class is otherwise unchanged. * Add .gitattributes rules for new file types which were added to this repository without specifying their text/binary attributes * Turn on source maps in webpack and add corresponding .gitignore rule
2017-01-13 16:34:26 -05:00
coverage/*
dist/*
Replace Makefile with npm scripts
2016-10-17 09:35:59 -04:00
node_modules/*
playground/*
Add benchmark to ignore files
2017-11-20 17:45:55 -05:00
benchmark/*
Reference in a new issue
Copy permalink