lychee/.gitignore
Matthias c52a6fa88a Cleanup .gitignore file
This is blocking `relase-plz`, because it requires the `Cargo.lock` to be checked in,
but it was also inconsistent, so I cleaned it up a bit.
2024-10-06 16:33:31 +02:00

24 lines
378 B
Text

# macOS-specific files
.DS_Store
# Windows-specific files
Thumbs.db
# Generated by Cargo
/target/
debug/
# NOTE: Cargo.lock should be committed for workspaces with both binaries and libraries
# Cargo.lock
# Backup files generated by rustfmt
**/*.rs.bk
# IDE-specific files and directories
.idea/
.vscode/
.zed/
# lychee-specific files
.lycheecache
.config.dummy.report.md