diff options
Diffstat (limited to 'examples/todomvc/.gitignore')
-rw-r--r-- | examples/todomvc/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/todomvc/.gitignore b/examples/todomvc/.gitignore index 4d615936..631a8b87 100644 --- a/examples/todomvc/.gitignore +++ b/examples/todomvc/.gitignore @@ -1,4 +1,5 @@ .*/ build/ out/ -*.iml
\ No newline at end of file +*.iml +/refresh.sh |