first commit
This commit is contained in:
commit
f8dbd22c4f
5 changed files with 1921 additions and 0 deletions
52
.gitignore
vendored
Normal file
52
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
# Rust
|
||||
/target/
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Build artifacts
|
||||
*.deb
|
||||
*.rpm
|
||||
*.tar.gz
|
||||
*.zip
|
||||
|
||||
# Test outputs
|
||||
test-*.img
|
||||
test-*.qcow2
|
||||
test-*.vmdk
|
||||
test-*.iso
|
||||
test-*.ami
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
/tmp/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# CI/CD
|
||||
artifacts/
|
||||
CI_SUMMARY.md
|
||||
STATUS_REPORT.md
|
||||
ARTIFACTS_README.md
|
||||
|
||||
# Docker
|
||||
Dockerfile.local
|
||||
docker-compose.override.yml
|
||||
|
||||
# Local development
|
||||
.env
|
||||
.env.local
|
||||
config.local.toml
|
||||
Loading…
Add table
Add a link
Reference in a new issue