mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-01 09:31:18 +01:00
28 lines
346 B
Text
28 lines
346 B
Text
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||
|
|
||
|
# dependencies
|
||
|
/node_modules
|
||
|
/.pnp
|
||
|
.pnp.js
|
||
|
|
||
|
# testing
|
||
|
/coverage
|
||
|
|
||
|
# production
|
||
|
/build
|
||
|
|
||
|
# IDEs and editors
|
||
|
/.idea
|
||
|
/.vscode
|
||
|
|
||
|
# misc
|
||
|
.DS_Store
|
||
|
.env.local
|
||
|
.env.development.local
|
||
|
.env.test.local
|
||
|
.env.production.local
|
||
|
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|