mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 04:51:30 +01:00
37 lines
335 B
Plaintext
37 lines
335 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# 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
|