From 0c4d13caed53b2702eef41461d0c8a4b25df48f6 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Mon, 6 Mar 2023 07:41:35 +0300 Subject: Base authorization/authentification --- .gitignore | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 576bf4d..e767ca3 100644 --- a/.gitignore +++ b/.gitignore @@ -456,10 +456,8 @@ $RECYCLE.BIN/ # libman libraries wwwroot/lib/* -# database image content +# image content wwwroot/content/* -# database file -Database/MyDarlingDb.db -Database/MyDarlingDb.db-shm -Database/MyDarlingDb.db-wal \ No newline at end of file +# database files +Database/* \ No newline at end of file -- cgit v1.2.3