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:
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
|
||||
Reference in New Issue
Block a user