ini/.gitignore

23 lines
213 B
Plaintext
Raw Normal View History

2021-09-26 09:28:35 -07:00
# dependencies
node_modules
# testing
/coverage
# production
/build
/dist
# misc
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.eslintcache
2021-09-26 11:09:06 -07:00
# temp test data
/test/data/tmp/*
!/test/data/tmp/.keep