diff options
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 |