mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
24 lines
378 B
Text
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
|