Skip to content

Commit

Permalink
Merge pull request github#4062 from greystate/patch-1
Browse files Browse the repository at this point in the history
Ignore SQLite files
  • Loading branch information
bdougie authored May 10, 2022
2 parents d0b80a4 + aa4079e commit e532375
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion community/DotNet/Umbraco.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@
#ignore umbraco backoffice assest from wwwroot
**/wwwroot/umbraco/

# SQLite files
*.sqlite.db*

#ignore umbraco data/views/settings
**/umbraco/

#include default location for modelsbuilder output
!**/umbraco/models

#include default location for packages
!**/umbraco/Data/packages
!**/umbraco/Data/packages

0 comments on commit e532375

Please sign in to comment.