mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
build: git ignore tmp files
This commit is contained in:
parent
5a30f0ffe1
commit
8b593a66dd
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -9,6 +9,9 @@ node_modules
|
||||||
*.log
|
*.log
|
||||||
*.log.*.gz
|
*.log.*.gz
|
||||||
|
|
||||||
|
### Temporary files
|
||||||
|
*.tmp
|
||||||
|
|
||||||
### H2 databases
|
### H2 databases
|
||||||
*.mv.db
|
*.mv.db
|
||||||
*.trace.db
|
*.trace.db
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue