Skip to content
Snippets Groups Projects
.gitignore 235 B
Newer Older
Louis's avatar
Louis committed
target

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

.vscode

*.log

msdfgen

.idea

.DS_Store

Cargo.lock

.cargo