chore(gitignore): add trace.db and config.json to ignore-list
This commit is contained in:
parent
1c9ffb9d13
commit
95213519a3
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -47,3 +47,7 @@ out/
|
||||||
|
|
||||||
# client-specific configuration file #
|
# client-specific configuration file #
|
||||||
client/config.json
|
client/config.json
|
||||||
|
config.json
|
||||||
|
|
||||||
|
# JPA trace database
|
||||||
|
**/*.trace.db
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue