HomeDisk/.gitignore

20 lines
179 B
Plaintext
Raw Normal View History

2022-04-16 18:19:38 +00:00
# Generated by Cargo
# will have compiled files and executables
/target
2022-06-08 22:02:20 +00:00
# Logs files
2022-04-16 18:19:38 +00:00
*.log
2022-06-08 22:02:20 +00:00
# SQLite
2022-04-16 18:19:38 +00:00
*.db
*.db-shm
*.db-wal
# Tls
cert.key
cert.pem
2022-06-08 22:02:20 +00:00
# IDE configs
.idea
.vscode