aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-09-21 11:44:14 +0200
committerMatěj Cepl <mcepl@redhat.com>2012-09-21 11:45:26 +0200
commit7db43f05a951c49c67f292a830a5ef3bafb2a7b6 (patch)
tree4c2059b275206c659eec2b88b21b2f0c0744d7a5 /.gitignore
parent15d3eb4cd72cc6339ffc24721bcf15cb5185ebc6 (diff)
downloadhesla-7db43f05a951c49c67f292a830a5ef3bafb2a7b6.tar.gz
Add <NOSCRIPT> element and delay running of JavaScript.
DOM manipulations really don't work well before DOMContentLoaded. Also, generated files (index.html) should not be stored in the repository.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b184277..7c7a379 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
*.pyc
output.html
+index.html