Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .gitignore and add .npmignore #28

Merged
merged 2 commits into from May 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 4 additions & 8 deletions .gitignore
Expand Up @@ -22,20 +22,13 @@ lib-cov
coverage
.nyc_output

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

# node-waf configuration
.lock-wscript

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

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
examples/biz-website/public/
examples/blog/public/
*.un~
dist
bin/published.js
Expand All @@ -53,4 +46,7 @@ node_modules/
.idea/
.vscode/

.serverless/
.serverless/

# Build output
gatsby-node.js
39 changes: 39 additions & 0 deletions .npmignore
@@ -0,0 +1,39 @@
# Package development resources
src
docs
tests

# 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
.nyc_output

# node-waf configuration
.lock-wscript

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

# Build Path of Test Fixtures
test/**/public
.gatsby-context.js
public/
.cache/
.netlify

# IDE specific
.idea/
.vscode/

.serverless/
152 changes: 0 additions & 152 deletions gatsby-node.js

This file was deleted.