Skip to content

Commit

Permalink
Fix gitignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisekp committed Nov 21, 2015
1 parent 385f0e6 commit 308c1c1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ Session.vim

# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project
*.sublime-project

# sftp configuration file
sftp-config.json
Expand All @@ -515,7 +515,7 @@ sftp-config.json

### Node ###
# Logs
logs
logs/
*.log
npm-debug.log*

Expand Down Expand Up @@ -543,3 +543,8 @@ build/Release
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules

### CUSTOM IGNORES ###
# Override entries of GitIgnore API generated output
!.gitkeep
!README.md

6 changes: 5 additions & 1 deletion nap/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### CUSTOM IGNORES ###
*.env
!dot-EXAMPLE.env
data/wiki/
/data/wiki/*
!/bin/
!/logs/

5 changes: 3 additions & 2 deletions wip/hugit/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.DS_Store*
### CUSTOM IGNORES ###
!/bin/
.hubot_history

0 comments on commit 308c1c1

Please sign in to comment.