Tldraw/.gitignore

35 wiersze
386 B
Plaintext
Czysty Zwykły widok Historia

2021-05-09 12:03:39 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2021-05-09 11:48:30 +00:00
2021-05-09 12:03:39 +00:00
# dependencies
/node_modules
/.pnp
.pnp.js
2021-05-09 11:48:30 +00:00
2021-05-09 12:03:39 +00:00
# testing
/coverage
2021-05-09 11:48:30 +00:00
2021-05-09 12:03:39 +00:00
# next.js
/.next/
/out/
2021-05-09 11:48:30 +00:00
2021-05-09 12:03:39 +00:00
# production
/build
2021-05-09 11:48:30 +00:00
2021-05-09 12:03:39 +00:00
# misc
.DS_Store
*.pem
2021-05-09 11:48:30 +00:00
2021-05-09 12:03:39 +00:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2021-05-09 11:48:30 +00:00
2021-05-09 12:03:39 +00:00
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
2021-05-09 11:48:30 +00:00
2021-05-09 12:03:39 +00:00
# vercel
.vercel