Skip to content

Commit

Permalink
updated ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jonniespratley committed Jan 11, 2015
1 parent f01c230 commit e9da725
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 65 deletions.
23 changes: 12 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
node_modules

.tmp
.idea
.grunt
.sass-cache
.project
app/bower_components
coverage/
db/
db/*
db/angular-cms.0
db/angular-cms.1
db/angular-cms.ns
www/cms-content/uploads/
coverage/
.c9
.DS_Store


atlassian-ide-plugin.xml


app/bower_components
coverage
db
www
coverage
docs
dist
.c9
node_modules
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = function (grunt) {
yeoman: {
// configurable paths
app: require('./bower.json').appPath || 'app',
dist: 'dist',
dist: 'www',
tmp: '.tmp'
},

Expand Down
53 changes: 0 additions & 53 deletions www/_index.html

This file was deleted.

0 comments on commit e9da725

Please sign in to comment.