onyx-tasks/.gitignore

16 lines
101 B
Plaintext

# Rust
/target
**/target/
Cargo.lock
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db