1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-17 05:25:54 +02:00
.profile/.gitignore

52 lines
592 B
Plaintext
Raw Normal View History

2021-04-18 01:56:23 +02:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
node_modules
.npm
# next.js
.next
out
# production
build
dist
2022-02-22 21:19:42 +01:00
public/*.html
# PWA
public/workbox-*.js
public/sw.js
2021-04-18 01:56:23 +02:00
2021-04-18 23:09:51 +02:00
# testing
coverage
2021-08-13 15:48:29 +02:00
cypress/screenshots
cypress/videos
cypress/downloads
2021-04-18 23:09:51 +02:00
2021-04-18 01:56:23 +02:00
# envs
.env
.env.production
# debug
npm-debug.log*
2021-04-20 05:18:03 +02:00
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
2021-04-18 01:56:23 +02:00
# misc
.DS_Store
.lighthouseci
2021-07-27 19:00:21 +02:00
.vercel