summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-06-21 20:30:19 +0300
committerYuval Adam <yuval@y3xz.com>2016-06-21 20:30:19 +0300
commit346bb353891c7ef1149ab0f9a6721262ab56931d (patch)
treec1d7cf044a9aa6814d5eb459d01d6a0c6240482d /.gitignore
parentb3f2ef22942dd18c84df3b34044450a5effbd14e (diff)
Add basic package.json and .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..40b878d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+node_modules/ \ No newline at end of file