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:
parent
1f7ed6e03c
commit
747b4357f9
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
Loading…
x
Reference in New Issue
Block a user