2023-11-26 21:08:28 +07:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
.yarn/install-state.gz
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# next.js
|
|
|
|
/.next/
|
|
|
|
/out/
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env*.local
|
|
|
|
|
|
|
|
# vercel
|
|
|
|
.vercel
|
|
|
|
|
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
|
|
|
next-env.d.ts
|
2023-12-21 11:45:11 +07:00
|
|
|
|
|
|
|
# history
|
|
|
|
.history/
|
|
|
|
|
|
|
|
# mac
|
|
|
|
._*
|
|
|
|
._.DS_Store
|
|
|
|
.*
|
|
|
|
|
|
|
|
# diploma
|
2024-01-11 18:22:35 +07:00
|
|
|
public/images/photos/diplomas/*
|