ci: docker_tag=ext - Update for 4NK_env integration
This commit is contained in:
parent
2355aebf68
commit
1ab24644bb
45
.gitignore
vendored
45
.gitignore
vendored
@ -1,7 +1,40 @@
|
||||
node_modules
|
||||
pkg
|
||||
dist
|
||||
data
|
||||
!.cursor/
|
||||
# Secrets et fichiers sensibles
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.exemple
|
||||
*.key
|
||||
*.pem
|
||||
secrets/
|
||||
|
||||
!AGENTS.md
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Node.js
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Build
|
||||
dist/
|
||||
build/
|
||||
pkg/
|
||||
|
||||
# WASM
|
||||
*.wasm
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
*.tmp
|
Loading…
x
Reference in New Issue
Block a user