ci: docker_tag=ext - Update for 4NK_env integration
This commit is contained in:
parent
34d57c95f7
commit
72173caeed
42
.gitignore
vendored
42
.gitignore
vendored
@ -1,8 +1,36 @@
|
|||||||
target/
|
# Secrets et fichiers sensibles
|
||||||
pkg/
|
|
||||||
Cargo.lock
|
|
||||||
node_modules/
|
|
||||||
dist/
|
|
||||||
.vscode
|
|
||||||
.env
|
.env
|
||||||
public/ssl/
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
!.env.exemple
|
||||||
|
*.key
|
||||||
|
*.pem
|
||||||
|
secrets/
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
logs/
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Node.js
|
||||||
|
node_modules/
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
|
# Build
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Temporary files
|
||||||
|
tmp/
|
||||||
|
*.tmp
|
Loading…
x
Reference in New Issue
Block a user