remove node_modules and .gitignore them
This commit is contained in:
-11
@@ -1,11 +0,0 @@
|
||||
var profile = {
|
||||
resourceTags: {
|
||||
ignore: function(filename, mid){
|
||||
// only include moment/moment
|
||||
return mid != "moment/moment";
|
||||
},
|
||||
amd: function(filename, mid){
|
||||
return /\.js$/.test(filename);
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user