fix: add music.old to .dockerignore and .gitignore
This commit is contained in:
parent
2731e25fd2
commit
01c839d9be
2 changed files with 2 additions and 0 deletions
|
|
@ -15,4 +15,5 @@ dist
|
|||
binaries
|
||||
cache
|
||||
music
|
||||
music.old
|
||||
!Dockerfile
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -20,6 +20,7 @@ cache/*
|
|||
coverage.out
|
||||
dist
|
||||
music
|
||||
music.old
|
||||
*.db*
|
||||
.gitinfo
|
||||
docker-compose.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue