Skip to content

Commit

Permalink
Updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
scholtzm committed Jul 17, 2015
1 parent d942938 commit 3bbaf7d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@
.projectFilesBackup
node_modules
npm-debug.log

#Vapor folder
sentry
servers
logs
config.json

# Ignore all *config.json files except for the sample config.
*config.json
!sample.config.json

# Ignore everything in the data folder except for the README file.
data/*
!data/README.md

# Ignore plugin for testing purposes
# Ignore plugin for testing purposes.
lib/plugins/dummy.js

0 comments on commit 3bbaf7d

Please sign in to comment.