aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorChriztian Steinmeier <greystate@users.noreply.github.com>2022-05-06 11:23:14 +0200
committerGitHub <noreply@github.com>2022-05-06 11:23:14 +0200
commitaa4079ebec8451687964cd01f417b4e2da6e1c5e (patch)
tree7541d9aff26eb5c0af03447e987e7de2d3dbdc86 /community
parentd0b80a469983a7beece8fa1f5c48a8242318b531 (diff)
downloadgitignore-aa4079ebec8451687964cd01f417b4e2da6e1c5e.tar.gz
gitignore-aa4079ebec8451687964cd01f417b4e2da6e1c5e.zip
Ignore SQLite files
Diffstat (limited to 'community')
-rw-r--r--community/DotNet/Umbraco.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/community/DotNet/Umbraco.gitignore b/community/DotNet/Umbraco.gitignore
index 86b91f30..1dc3da52 100644
--- a/community/DotNet/Umbraco.gitignore
+++ b/community/DotNet/Umbraco.gitignore
@@ -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 \ No newline at end of file
+!**/umbraco/Data/packages