scratch-paint/.gitignore

14 lines
92 B
Text
Raw Normal View History

2017-07-13 14:03:48 -04:00
# Mac OS
.DS_Store
# NPM
/node_modules
2017-07-14 11:29:12 -04:00
npm-*
2017-07-14 11:32:30 -04:00
# Build
2017-07-14 11:29:12 -04:00
playground/*
2017-07-18 14:35:58 -04:00
dist/*
# Editors
/#*
*~