mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
30 lines
366 B
Text
30 lines
366 B
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/dist
|
|
dev-dist
|
|
/stats.html
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
|
|
# other package managers
|
|
yarn.lock
|
|
package-lock.json
|
|
|
|
# config
|
|
.env
|