ci: docker_tag=ext - Update for 4NK_env integration
This commit is contained in:
parent
baa4e19432
commit
48d9c79040
64
.gitignore
vendored
64
.gitignore
vendored
@ -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
5
next-env.d.ts
vendored
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user