diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -18,9 +18,14 @@ # production /build +# docker +docker-compose.yml + # misc .DS_Store *.pem +/assets/dummyData.json +/backup # debug npm-debug.log* @@ -43,4 +48,5 @@ service-account.json **/public/worker-*.js **/public/sw.js.map **/public/workbox-*.js.map -**/public/worker-*.js.map
\ No newline at end of file +**/public/worker-*.js.map +**/public/fallback-*.js
\ No newline at end of file |