Add sqlite database to .gitignore
This commit is contained in:
parent
7804e553a9
commit
3a5b5545b3
4
backend/.gitignore
vendored
4
backend/.gitignore
vendored
@ -1,4 +1,6 @@
|
|||||||
*appsettings.json
|
*appsettings.json
|
||||||
*appsettings.Development.json
|
*appsettings.Development.json
|
||||||
*obj
|
*obj
|
||||||
*bin
|
*bin
|
||||||
|
*/database.sqlite3*
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user