Skip to content

Commit

Permalink
.gitignore, .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
FvckSh1t committed Dec 13, 2013
1 parent 4419416 commit 2678132
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# IDE #
*.sublime-*

# Nodejs #
lib-cov
*.seed
*.log
Expand All @@ -6,10 +10,8 @@ lib-cov
*.out
*.pid
*.gz

pids
logs
results

npm-debug.log
node_modules
20 changes: 20 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Git #
.git

# IDE #
*.sublime-*

# Nodejs #
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
pids
logs
results
npm-debug.log
node_modules

0 comments on commit 2678132

Please sign in to comment.