HomeDisk/.gitignore

16 lines
154 B
Plaintext
Raw Normal View History

2022-04-16 18:19:38 +00:00
# Generated by Cargo
# will have compiled files and executables
/target
# log files
*.log
# database
*.db
*.db-shm
*.db-wal
# ide config
.idea
.vscode