1
0

Add sqlite file-extension to gitignore.

This commit is contained in:
Kevin Matsubara 2025-04-15 23:25:21 +02:00
parent 83d99712e2
commit b01d2ce608

3
.gitignore vendored
View File

@ -6,6 +6,9 @@
# static images
*/wwwroot/images/
# SQLite database
*.db
# dotenv files
.env