Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
Update scripts to ignore test data
Browse files Browse the repository at this point in the history
  • Loading branch information
robflop committed Jul 8, 2018
1 parent 2922746 commit ac0ece2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# test data
/src/info.json
/src/logs.txt

# Logs
logs
*.log
Expand Down
2 changes: 1 addition & 1 deletion buildWin.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const buildOptions = {
arch: process.argv[2] || 'ia32',
asar: true,
icon: './src/icon.ico',
ignore: /(buildWin|makeInstallers|vscode|concepts|eslintrc|gitattributes|gitignore|htmlhintrc|travis)/,
ignore: /(buildWin|makeInstallers|vscode|concepts|eslintrc|gitattributes|gitignore|htmlhintrc|travis|info|logs)/,
out: 'dist/',
overwrite: true,
prune: true,
Expand Down

0 comments on commit ac0ece2

Please sign in to comment.