diff --git a/.gitignore b/.gitignore
index 1c3c98e..4b23574 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,4 @@ node_modules
.*.swp
.*.swo
*~
-dist/assets
-dist/bundled.js
+dist/
diff --git a/.htaccess b/.htaccess
index 977350c..37b2881 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,2 +1,6 @@
-Header always set Cache-Control "max-age=3600,no-transform,public"
-Header always set Content-Security-Policy "worker-src 'self';"
+Header always set Cache-Control "max-age=86400,no-transform,public"
+
+