Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Commit

Permalink
Improve development workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Synzvato committed Jun 25, 2018
1 parent d90b6bc commit 75e1a86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .extensionrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {

'artifactsDir': 'artifacts',
'ignoreFiles': ['crowdin.yaml'],

'build': {
'overwriteDest': true
}
};
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
artifacts
audit/node_modules
audit/report.txt

0 comments on commit 75e1a86

Please sign in to comment.