diff options
| author | ache <ache@ache.one> | 2018-02-04 04:58:38 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2018-02-04 04:58:38 +0100 |
| commit | 6bdd08f2d57c793107be061814703ea308fabb56 (patch) | |
| tree | a7bf534ba461ab81ec0155b3735bc3ea946bcb70 | |
| parent | Merge branch 'master' of srv:git/remark-line-input (diff) | |
Add a gitignore file
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2658d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ |