diff options
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | doc/VERSION | 1 |
2 files changed, 4 insertions, 2 deletions
@@ -16,4 +16,7 @@ node_modules .DS_store # Intellij -.idea
\ No newline at end of file +.idea + +# how does this get here +doc/VERSION diff --git a/doc/VERSION b/doc/VERSION deleted file mode 100644 index ace4423..0000000 --- a/doc/VERSION +++ /dev/null @@ -1 +0,0 @@ -1.15.1 |
