aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2023-09-03 07:21:41 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2023-09-03 07:21:41 +0200
commitf5621f86417b0b57b742e71f1c167b046901888d (patch)
tree4d68b4bf1848c581d5f5a7ff993f9f8868cbdfe2 /.gitignore
parent29b2bd7f811584380b35434d5bf29913ffe93459 (diff)
downloadsvg.js-f5621f86417b0b57b742e71f1c167b046901888d.tar.gz
svg.js-f5621f86417b0b57b742e71f1c167b046901888d.zip
allow 0 as animation duration and delay (fixes #1125)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 680a751..5330493 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,4 +9,5 @@ spec/es5TestBundle.js
.env
dist
index.html
-index.js \ No newline at end of file
+index.js
+todo.md \ No newline at end of file