1
0

Ignore static images in gitignore file.

This commit is contained in:
Kevin Matsubara 2025-03-24 11:53:34 +01:00
parent 51564f5582
commit 8814169c67

3
.gitignore vendored
View File

@ -3,6 +3,9 @@
## ##
## Get latest from `dotnet new gitignore` ## Get latest from `dotnet new gitignore`
# static images
*/wwwroot/images/
# dotenv files # dotenv files
.env .env