Skip to content

Commit

Permalink
Updated gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Apr 7, 2013
1 parent bfa1401 commit b83a181
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,10 @@ ssl

nbproject

# Ignore config file w/ sensitive information
config/db.js

# Ignore dev minified/compiled assets
public/stylesheets/_*.css
public/js/_*.js

# Ignore production minified/compiled assets
public/_target/*.js
public/_target/*.css
# Ignore temporary files
.tmp

*.swo
*.swp
*.swn
*.swm
*.swm
2 changes: 1 addition & 1 deletion test/waterline/fixtures/collections/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ exports.identity = 'User';
// development: temporal (in-memory dirtydb)
////////////////////////////////////////////////////////
// exports.adapter = 'sails-dirty';
// exports.inMemory = true;
// exports.inMemory = false;

////////////////////////////////////////////////////////
// mySQL
Expand Down

0 comments on commit b83a181

Please sign in to comment.