Files
quoter/.dockerignore
Untone d6b286f478
Some checks failed
Deploy / deploy (push) Has been skipped
CI / lint (push) Failing after 7s
CI / test (push) Has been cancelled
0.5.1
2025-09-01 22:52:33 +03:00

34 lines
399 B
Plaintext

# Rust build artifacts
target/
**/*.pdb
# Documentation and development files
docs/progress/
*.md
!README.md
# Git and version control
.git/
.gitignore
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
# OS specific files
.DS_Store
Thumbs.db
# Test and coverage files
tests/
lcov.info
coverage.json
# Scripts and tools
scripts/
# Large binary assets that aren't needed for build
src/*.woff2