HomeDisk/.gitignore

16 lines
154 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
/target
# log files
*.log
# database
*.db
*.db-shm
*.db-wal
# ide config
.idea
.vscode