41 lines
No EOL
313 B
Text
41 lines
No EOL
313 B
Text
# Rust
|
|
target/
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Test files
|
|
test/
|
|
tests/
|
|
|
|
# Documentation
|
|
README.md
|
|
docs/
|
|
|
|
# CI/CD
|
|
.github/
|
|
.gitlab-ci.yml
|
|
|
|
# Runtime files
|
|
backups/
|
|
compose-files/
|
|
config.yaml
|
|
|
|
# Docker
|
|
docker-compose.yml
|
|
Dockerfile
|
|
.dockerignore |