Skip to content

Commit

Permalink
Update script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 26, 2019
1 parent 6210730 commit ad22541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function initData(dirname){
var filesArr = []
files.forEach(function(_filename,idx){
_filepath = path.join(dirname,_filename)
if( _filename !== '.git' && _filename !== 'svg' && _filename !== '.DS_Store'){
if (_filename !== '.git' && _filename !== '.github' && _filename !== 'svg' && _filename !== '.DS_Store'){
if(isDir(_filepath)){
data[_filename] = initData(_filepath);
}else if(isFile(_filepath)){
Expand Down

0 comments on commit ad22541

Please sign in to comment.