32 lines
278 B
Plaintext
32 lines
278 B
Plaintext
# Rust
|
|
target/
|
|
**/*.rs.bk
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# Config and local data
|
|
*.json
|
|
!config.json.example
|
|
!response.json.example
|
|
status.json
|
|
|
|
# IDEs and Editors
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# CI/CD
|
|
.gitea/
|
|
.github/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|