surge-ignore
The default things we ignore when you deploy to Surge
Last updated 10 years ago by kennethormandy .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install surge-ignore 
SYNC missed versions from official npm registry.

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.

Current Tags

  • 0.3.0                                ...           latest (9 years ago)

4 Versions

  • 0.3.0                                ...           9 years ago
  • 0.2.1                                ...           10 years ago
  • 0.2.0                                ...           10 years ago
  • 0.1.0                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (2)
Dependents (3)

Copyright 2013 - present © cnpmjs.org | Home |