diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-09-28 17:54:09 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-09-28 17:54:09 (GMT) |
commit | 7e3963d4a0ca528f041023146ba37810c9aef027 (patch) | |
tree | 9c071df311865ea0631d547c45c387696b682d36 /.gitignore | |
parent | abff311cf69765ce7afebfb1523d37717af88e8e (diff) |
added npm build environment
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ae07117 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/.bootstraped +/node_modules/ +/npm-debug.log |