2 Commits

Author SHA1 Message Date
747b4357f9
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.
2024-10-31 11:45:49 +01:00
1f7ed6e03c
Add .gitignore file
Created a .gitignore file to exclude compiled output, logs, OS-specific files, test directories, editor settings, environment variable files, temporary directories, runtime data, and diagnostic reports from version control. This helps maintain a cleaner repository and prevents the inclusion of unnecessary or sensitive files.
2024-10-31 11:44:39 +01:00