Use persistent database and add datasource
This commit is contained in:
parent
4d04fc64aa
commit
59949e067b
3 changed files with 19 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -19,6 +19,7 @@ bin/
|
|||
|
||||
### IntelliJ IDEA ###
|
||||
.idea
|
||||
!.idea/dataSources.xml
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
|
@ -37,4 +38,4 @@ out/
|
|||
.vscode/
|
||||
|
||||
### SQLite DB ###
|
||||
sqlLiteDb
|
||||
sqLiteDb.db
|
Loading…
Add table
Add a link
Reference in a new issue