0.3.0 • Published 10 years ago
surge-ignore v0.3.0
Surge Ignore
The default things we ignore when you deploy to Surge.
[
".git", // [1]
".*", // [2]
"*.*~", // [3]
"node_modules", // [4]
"bower_components" // [5]
]- We really don’t want your
.gitdirectory - We don’t need any dotfiles, like
.DS_Store - Vim temp files. See Issue #1.
- 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. - Same goes for Bower as npm.
License
Copyright © 2014–2015 Chloi Inc.