patrickdemooij9 / SeoToolkit.Umbraco

SeoToolkit is a SEO package for Umbraco 9, 10, 11, 12 & 13. This package features most functionalities needed for your SEO needs like meta fields, sitemap, robots.txt and much more.
MIT License
34 stars 28 forks source link

Add sqlite files to .gitignore #245

Closed erikjanwestendorp closed 10 months ago

erikjanwestendorp commented 10 months ago

"Is it a good idea to add the SQLite files to the .gitignore?"

patrickdemooij9 commented 10 months ago

Yeah, that makes sense. While it would be nice to start with a fully prepared project, not everyone uses SQLite and setting up your own environment doesn't take that long. So I think it is fine adding it to the .gitignore file. Thank you for the PR!