From a9e52b199b0661b85ca0c7e1318c30742a1168bd Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Tue, 31 Jan 2023 15:55:44 +0300 Subject: Database init --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c53280b..f4816c1 100644 --- a/.gitignore +++ b/.gitignore @@ -454,4 +454,10 @@ $RECYCLE.BIN/ !.vscode/extensions.json # libman libraries -wwwroot/lib/* \ No newline at end of file +wwwroot/lib/* + +# database image content +wwwroot/content/* + +# database file +Database/MyDarlingDb.db \ No newline at end of file -- cgit v1.2.3