Skip to content

Commit

Permalink
chore: include reports in ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnigos committed Nov 2, 2022
1 parent 0453712 commit 66480db
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.vscode
coverage
docker-compose.yml
reports
README.md

# Node Files #
Expand Down
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ module.exports = {
'**/dist/**',
'README.md',
'webpack.config.js',
'stryker.conf.mjs',
],
rules: {
'prettier/prettier': 'warn',
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ lerna-debug.log*

# Tests
/coverage
/reports
/.nyc_output

# Cache
Expand All @@ -35,4 +36,6 @@ lerna-debug.log*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/extensions.json
# stryker temp files
.stryker-tmp
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ npm-debug.log.*
/build
/public/build
/dist
/reports

# Enviroment Files
.env

0 comments on commit 66480db

Please sign in to comment.