ci: docker_tag=ext - Update for 4NK_env integration

This commit is contained in:
Debian Dev4 2025-09-21 19:55:47 +00:00
parent baa4e19432
commit 48d9c79040
2 changed files with 34 additions and 35 deletions

64
.gitignore vendored
View File

@ -1,44 +1,38 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # Secrets et fichiers sensibles
.env
# dependencies .env.*
/node_modules !.env.example
/.pnp !.env.exemple
.pnp.js *.key
dist/
# testing
/coverage
# next.js
/.next/
/out/
dist/
# production
/build
# misc
.DS_Store
*.pem *.pem
secrets/
# debug # Logs
logs/
*.log
# Node.js
node_modules/
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
.pnpm-debug.log*
# local env files # Next.js
.env*.local .next/
.env out/
build/
dist/
# vercel # IDE
.vercel .vscode/
.idea/
*.swp
*.swo
# typescript # OS
*.tsbuildinfo .DS_Store
next-env.d.ts Thumbs.db
node_modules
id_rsa
# Sentry Config File # Temporary files
.sentryclirc tmp/
*.tmp

5
next-env.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.