scratch-paint/.gitignore
2022-03-29 17:13:04 -04:00

21 lines
171 B
Text

# Mac OS
.DS_Store
# NPM
/node_modules
npm-*
# Build
playground/*
dist/*
# Editors
/#*
*~
# generated translation files
/translations
/locale
# tests
/test/results/*