mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-21 14:47:41 +01:00
31 lines
366 B
Text
31 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
|