aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-04-14 18:29:14 +0300
committerRichard van Velzen <rvanvelzen1@gmail.com>2015-04-14 20:17:03 +0200
commitefea52a4f495ec921cb05d4ce09693520b657257 (patch)
tree10a916a728d74bd1e699faf7db8a54b27e88d6fc /.gitignore
parent763bd36b604c80ecbf7387bac97cb366e54aaa1f (diff)
downloadtracifyjs-efea52a4f495ec921cb05d4ce09693520b657257.tar.gz
tracifyjs-efea52a4f495ec921cb05d4ce09693520b657257.zip
Normalize package.json.
* Specify the files to install in package.json * Add missing properties * Follow `npm init`'s scheme
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 94fceeb2..6000c6c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
+/node_modules/
+/npm-debug.log
tmp/
-node_modules/