ihm_client/.gitignore
4NK CI Bot 33853c7a6a
All checks were successful
Docker Build and Push (ext) / build (push) Successful in 1m16s
ci: docker_tag=ext chore: sync ignores, logging and backups
2025-09-25 08:58:18 +00:00

41 lines
354 B
Plaintext
Executable File

# Secrets et fichiers sensibles
.env
.env.*
!.env.example
!.env.exemple
*.key
*.pem
secrets/
# Logs
logs/
*.log
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.cargo/
Cargo.lock
*/.cargo/
*/Cargo.lock
# Build
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Temporary files
tmp/
*.tmp.cursor-server