2022-09-12 14:01:33 +00:00
|
|
|
*.swo
|
|
|
|
*.swp
|
|
|
|
|
2022-10-05 17:02:55 +00:00
|
|
|
.DS_Store
|
2022-10-22 13:34:55 +00:00
|
|
|
.vscode
|
2023-08-26 22:13:50 +00:00
|
|
|
.idea
|
2022-10-05 17:02:55 +00:00
|
|
|
|
2023-02-17 21:41:59 +00:00
|
|
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
/node_modules
|
|
|
|
/.pnp
|
|
|
|
.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
/coverage
|
|
|
|
|
|
|
|
# next.js
|
|
|
|
/.next/
|
|
|
|
/out/
|
|
|
|
|
|
|
|
# production
|
|
|
|
/build
|
|
|
|
/dist
|
|
|
|
server-preload.js
|
|
|
|
|
|
|
|
# misc
|
|
|
|
.DS_Store
|
|
|
|
*.pem
|
|
|
|
|
|
|
|
# debug
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
.pnpm-debug.log*
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
.env*.local
|
|
|
|
|
|
|
|
# vercel
|
|
|
|
.vercel
|
|
|
|
|
|
|
|
# typescript
|
|
|
|
*.tsbuildinfo
|
|
|
|
|
2022-09-22 18:23:23 +00:00
|
|
|
logs
|
2022-05-09 09:06:53 +00:00
|
|
|
.pnpm-debug.log
|
2022-05-07 06:27:26 +00:00
|
|
|
.env*
|
2022-12-26 03:52:48 +00:00
|
|
|
!.env.example
|
|
|
|
!.env.test
|
2022-05-16 21:30:08 +00:00
|
|
|
github.secrets
|
2022-05-07 08:03:22 +00:00
|
|
|
node_modules/
|
2023-02-22 07:58:23 +00:00
|
|
|
/app-data/
|
|
|
|
/data/
|
|
|
|
/repos/
|
|
|
|
/apps/
|
2023-11-15 17:48:08 +00:00
|
|
|
/traefik/
|
2022-03-29 20:40:04 +00:00
|
|
|
|
2022-10-11 21:01:36 +00:00
|
|
|
# media folder
|
2022-10-11 21:03:33 +00:00
|
|
|
media
|
2023-02-17 21:41:59 +00:00
|
|
|
|
2023-02-22 07:58:23 +00:00
|
|
|
/state/
|
2023-04-25 18:15:14 +00:00
|
|
|
/test-results/
|
|
|
|
/playwright-report/
|
|
|
|
/playwright/.cache/
|
2023-08-15 20:49:50 +00:00
|
|
|
temp
|
|
|
|
|
|
|
|
./traefik/
|
2023-11-15 17:48:08 +00:00
|
|
|
/user-config/
|