A decentralized music tracking and discovery platform built on AT Protocol 🎵

Add cache to tap .gitignore and .dockerignore

+2
+1
tap/.dockerignore
··· 4 *.db-shm 5 *.db-wal 6 node_modules/
··· 4 *.db-shm 5 *.db-wal 6 node_modules/ 7 + cache/
+1
tap/.gitignore
··· 3 *.db 4 *.db-shm 5 *.db-wal
··· 3 *.db 4 *.db-shm 5 *.db-wal 6 + cache