Skip to content

Commit

Permalink
Clean up .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed May 23, 2018
1 parent ff53c5c commit 9bf30c5
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
node_modules/
*~
*.swp
.tern-port
npm-debug.log
/config/account-template
/config/email-templates
*~
/.idea
/.nyc_output
/.tern-port
/.db
/accounts
/profile
/inbox
/.acl
/config.json
/config/account-template
/config/email-templates
/config/templates
/config/views
/settings
/.db
.nyc_output
coverage
/data

.idea
/coverage
/node_modules
/npm-debug.log

0 comments on commit 9bf30c5

Please sign in to comment.