This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
website/.gitignore
2021-10-24 05:19:39 +02:00

35 lines
248 B
Plaintext

# 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