JSPM

surge-ignore

0.3.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 35712
  • Score
    100M100P100Q152051F
  • License MIT

The default things we ignore when you deploy to Surge

Package Exports

  • surge-ignore

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (surge-ignore) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.