Skip to content

Commit

Permalink
Add files to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHorscht committed Oct 7, 2021
1 parent 672011d commit 8873c40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ const ignore_list = [
'mod_id.txt',
'compatibility.xml',
'*.py',
'*.json'
'*.json',
'*.js',
'.*',
'dist'
];
// Config end

Expand Down
2 changes: 1 addition & 1 deletion publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function upload_release() {
const folderName = path.basename(__dirname);
let changes;
let version = `v${pjson.version}`;
let changelog = ' ';
let changelog = 'New Update';
if(fs.existsSync()) {
changes = await readChangeLog();
version = changes[0].version;
Expand Down

0 comments on commit 8873c40

Please # to comment.