Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weibel <michael.weibel@gmail.com>2013-12-16 15:54:17 +0400
committerMichael Weibel <michael.weibel@gmail.com>2013-12-16 15:54:17 +0400
commitf3d424d025b58d66a0c178fb426652201832ef2b (patch)
treeefcaae0348466d149e6274dd56a3e7cb0e1631bb /.gitignore
parentbfee0b33f54c7643dd03a25bb2ad89af6e482873 (diff)
Replace Makefile with Gruntfile
- Add package.json for devDependencies (mainly) - Add bower.json for later publishing to bower - Generated from package.json using `grunt sync` - Fix various jshint errors
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 777bf33..d2809c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ example/.htaccess
.idea
.ndproj/Data
.ndproj/Menu.txt
+node_modules \ No newline at end of file