2
2
mirror of https://github.com/Thream/website.git synced 2024-07-21 09:28:32 +02:00
website/.gitignore

35 lines
248 B
Plaintext
Raw Normal View History

2021-10-24 05:19:39 +02:00
# dependencies
node_modules
.npm
# next.js
.next
out
# production
build
dist
# testing
coverage
# PWA
**/workbox-*.js
**/sw.js
# envs
.env
.env.production
# debug
npm-debug.log*
# editors
.vscode
.theia
.idea
# misc
.DS_Store
.lighthouseci