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
|
binaries
|
||||||
cache
|
cache
|
||||||
music
|
music
|
||||||
|
music.old
|
||||||
!Dockerfile
|
!Dockerfile
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -20,6 +20,7 @@ cache/*
|
||||||
coverage.out
|
coverage.out
|
||||||
dist
|
dist
|
||||||
music
|
music
|
||||||
|
music.old
|
||||||
*.db*
|
*.db*
|
||||||
.gitinfo
|
.gitinfo
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue