Files
Open-Telegram-to-Notion-Web…/.gitignore
2022-04-20 20:16:59 -03:00

29 lines
348 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
node_modules
package-lock.json
.env
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*