diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-02-27 15:53:24 -0800 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-02-27 15:53:24 -0800 |
commit | afbf0c7d1b87854d966491bd8b3362a53d3fcab8 (patch) | |
tree | f97bfbec5178f7d051c20636d63bf65452dd9ccf /.gitignore | |
parent | 15b09ea98391d919e7722a15133de94d0cd1ac79 (diff) | |
parent | bc38f3978ff4b7225f8aaa91089fd413c2f493cb (diff) |
Merge pull request #79 from frapontillo/gh-pages
Added Grunt.js integration for compiling less files and TravisCI for testing the build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..05aa84c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.idea +components +node_modules +build |