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.
FunctionProject/website/.gitignore

43 lines
431 B
Plaintext
Raw Normal View History

2020-03-16 22:55:32 +01:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
2020-12-28 11:44:23 +01:00
node_modules
.pnp
2020-03-16 22:55:32 +01:00
.pnp.js
2020-12-28 11:44:23 +01:00
.yarn
2020-03-16 22:55:32 +01:00
2020-03-18 16:26:18 +01:00
# next.js
2020-12-28 11:44:23 +01:00
.next
out
2020-03-18 16:26:18 +01:00
2020-03-16 22:55:32 +01:00
# production
2020-12-28 11:44:23 +01:00
build
dist
2020-03-16 22:55:32 +01:00
2020-12-28 11:44:23 +01:00
# PWA
**/public/workbox-*.js
**/public/sw.js
# envs
2020-08-03 12:04:07 +02:00
.env
2020-08-03 20:59:10 +02:00
.env.production
2020-03-16 22:55:32 +01:00
2020-03-18 16:26:18 +01:00
# debug
2020-03-16 22:55:32 +01:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2020-12-28 11:44:23 +01:00
# lockfiles
package-lock.json
yarn.lock
pnpm-lock.yaml
# editors
.vscode
.theia
.idea
# misc
.DS_Store
.lighthouseci