diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-01-31 15:55:44 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-01-31 15:55:44 +0300 |
commit | a9e52b199b0661b85ca0c7e1318c30742a1168bd (patch) | |
tree | aba504e711ddfa8beaf035af76256a367a6559f8 /.gitignore | |
parent | cdd9f9e98bb5eaf5031ad48a1989853c83fcfed0 (diff) |
Database init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |