surge-ignore

0.3.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.0
    56
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.0
    56
  • 0.2.1
    4
  • 0.2.0
    61,838
  • 0.1.0
    102

Package Sidebar

Install

npm i surge-ignore

Weekly Downloads

30,532

Version

0.3.0

License

MIT

Last publish

Collaborators

  • kennethormandy