diff options
author | Francesco Pontillo <francescopontillo@gmail.com> | 2013-02-25 19:29:45 +0100 |
---|---|---|
committer | Francesco Pontillo <francescopontillo@gmail.com> | 2013-02-25 19:29:45 +0100 |
commit | d17bd2f33506b5b75eaa98d9dd254aee0dfaf7d6 (patch) | |
tree | 5780b83a7d1e67b45458a3987aa5403aafa4e447 /.gitignore | |
parent | cb9827df070565912aee4e24d69eb468772a41b4 (diff) |
Added package.json (for npm) and component.json (for bower).
Building with global variables is successful.
TravisCI should build correctly.
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 00000000..8432e66d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea +components +node_modules |