Files
website/.gitignore
Kalidou Diagne 154d832d49 website v2
2024-04-05 13:01:20 +01:00

46 lines
498 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
/.vscode
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
# production
/build
build-*
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# next.js
/.next/
/out/
# misc
.DS_Store
*.pem
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts