Skip to content

Commit

Permalink
Add better ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
novacrazy committed Aug 13, 2015
1 parent e31a782 commit 20d76be
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 1 deletion.
32 changes: 31 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
node_modules
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# Deployed apps should consider commenting this line out:
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
node_modules

# JetBrains exclusion
.idea

# TypeScript compiler notes
.tscache
.baseDir.*
44 changes: 44 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Development stuff
test/
Gruntfile.js

# Configuration files
.jscsrc
.jshintrc
.travis.yml
bower.json

# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# Deployed apps should consider commenting this line out:
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
node_modules

# JetBrains exclusion
.idea

# Source files
src

# example files
examples

0 comments on commit 20d76be

Please sign in to comment.