Socket
Socket
Sign inDemoInstall

surge-ignore

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

surge-ignore

The default things we ignore when you deploy to Surge


Version published
Maintainers
1
Created
Source

Surge Ignore

The default things we ignore when you deploy to Surge.

[
  ".git",             // [1]
  ".*",               // [2]
  "*.*~",             // [3]
  "node_modules",     // [4]
  "bower_components"  // [5]
]
  1. We really don’t want your .git directory
  2. We don’t need any dotfiles, like .DS_Store
  3. Vim temp files. See Issue #1.
  4. We don’t want node_modules/ since those should already be compiled in somehow. Developers can opt-out of this by adding !node_modules/ to their .surgeignore.
  5. Same goes for Bower as npm.

License

The MIT License (MIT)

Copyright © 2014–2015 Chloi Inc.

Keywords

FAQs

Package last updated on 14 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc