$ gnpm install surge-ignore
The default things we ignore when you deploy to Surge.
[
".git", // [1]
".*", // [2]
"*.*~", // [3]
"node_modules", // [4]
"bower_components" // [5]
]
.git directory.DS_Storenode_modules/ since those should already be compiled in somehow. Developers can opt-out of this by adding !node_modules/ to their .surgeignore.Copyright © 2014–2015 Chloi Inc.
Copyright 2013 - present © cnpmjs.org | Home |