Remove trailing slash from .gitignore prisma/migrations entry

The trailing slash was removed to accurately match the directory during ignore operations. This ensures that the .gitignore works as expected for the prisma migrations folder.
This commit is contained in:
Mathis H (Avnyr) 2024-10-31 11:45:49 +01:00
parent 1f7ed6e03c
commit 747b4357f9
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

2
.gitignore vendored
View File

@ -54,4 +54,4 @@ pids
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
/prisma/migrations/
/prisma/migrations