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.
# dependencies
/node_modules
/.pnp
.pnp.js
dist/
# testing
/coverage
# next.js
/.next/
/out/
dist/
# production
/build
# misc
.DS_Store
# Secrets et fichiers sensibles
.env
.env.*
!.env.example
!.env.exemple
*.key
*.pem
secrets/
# debug
# Logs
logs/
*.log
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
.env*.local
.env
# Next.js
.next/
out/
build/
dist/
# vercel
.vercel
# IDE
.vscode/
.idea/
*.swp
*.swo
# typescript
*.tsbuildinfo
next-env.d.ts
node_modules
id_rsa
# OS
.DS_Store
Thumbs.db
# Sentry Config File
.sentryclirc
# Temporary files
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.