Files
CE-Association-Website/.gitignore
Amirhossein Khalili 2f3ce5d839
Some checks failed
CI/CD / Backend & Frontend Checks (push) Has been cancelled
CI/CD / Deploy to Production (push) Has been cancelled
add custome certs to traefix alongside self-obtained ssl
2026-05-18 19:16:45 +03:30

36 lines
398 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
# next.js
/.next/
/out/
# production
/build
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files
.env*
!.env.example
!.env.test
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
.vscode
# certs
certs/fullchain.pem
certs/privateKey.pem