2
2
mirror of https://github.com/Thream/website.git synced 2024-07-06 18:40:12 +02:00
website/.gitignore

51 lines
565 B
Plaintext
Raw Permalink Normal View History

2021-10-24 05:48:06 +02:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2021-10-24 05:19:39 +02:00
# dependencies
node_modules
.npm
# next.js
.next
out
# production
build
dist
# testing
coverage
2021-10-24 05:48:06 +02:00
cypress/screenshots
cypress/videos
cypress/downloads
2021-10-24 05:19:39 +02:00
# envs
.env
.env.production
# debug
npm-debug.log*
2021-10-24 05:48:06 +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-10-24 05:19:39 +02:00
# misc
.DS_Store
2022-08-30 18:42:21 +02:00
*.hbs
2022-09-21 10:09:36 +02:00
# typescript
*.tsbuildinfo
next-env.d.ts