mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-02-22 02:52:30 -05:00
35 lines
803 B
Plaintext
35 lines
803 B
Plaintext
|
|
||
|
#-------------------------------------------------------------------------------------------------------------------
|
||
|
# Keep this section in sync with .gitignore
|
||
|
#-------------------------------------------------------------------------------------------------------------------
|
||
|
|
||
|
# dependencies
|
||
|
/node_modules
|
||
|
/.pnp
|
||
|
.pnp.js
|
||
|
/.idea
|
||
|
|
||
|
# testing
|
||
|
/coverage
|
||
|
|
||
|
# production
|
||
|
/dist
|
||
|
|
||
|
# misc
|
||
|
.DS_Store
|
||
|
.env.local
|
||
|
.env.development.local
|
||
|
.env.test.local
|
||
|
.env.production.local
|
||
|
.eslintcache
|
||
|
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
|
||
|
#-------------------------------------------------------------------------------------------------------------------
|
||
|
# Prettier-specific overrides
|
||
|
#-------------------------------------------------------------------------------------------------------------------
|
||
|
|
||
|
pnpm-lock.yaml
|