Skip to content

Commit

Permalink
green field for setting up our moog-driven apostrophe module
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Boutell committed Feb 4, 2015
0 parents commit 1d820a5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
@@ -0,0 +1,5 @@
npm-debug.log
*.DS_Store
node_modules
# We do not commit CSS, only LESS
*/public/css/*.css
14 changes: 14 additions & 0 deletions .jshintrc
@@ -0,0 +1,14 @@
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true,
"es5": true
}
5 changes: 5 additions & 0 deletions .npmignore
@@ -0,0 +1,5 @@
npm-debug.log
*.DS_Store
node_modules
# We do not commit CSS, only LESS
*/public/css/*.css

0 comments on commit 1d820a5

Please sign in to comment.