scratch-vm/.gitignore
2017-11-20 17:04:17 -05:00

18 lines
140 B
Text

# Mac OS
.DS_Store
# NPM
package-lock.json
/node_modules
npm-*
# Testing
/.nyc_output
/coverage
# IDEA
/.idea
# Build
/dist
/playground