Merge pull request #4062 from greystate/patch-1

Ignore SQLite files
This commit is contained in:
Brian Douglas 2022-05-10 10:15:30 -07:00 committed by GitHub
commit e5323759e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -39,6 +39,9 @@
#ignore umbraco backoffice assest from wwwroot
**/wwwroot/umbraco/
# SQLite files
*.sqlite.db*
#ignore umbraco data/views/settings
**/umbraco/
@ -46,4 +49,4 @@
!**/umbraco/models
#include default location for packages
!**/umbraco/Data/packages
!**/umbraco/Data/packages