Skip to content

Commit

Permalink
[DDW-617] fix ignore files for eslint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikGuzei committed Apr 9, 2019
1 parent f0ba157 commit 33c9584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ logs
node_modules
translations
tests
features/support/ui/documents/*
features/tests/e2e/documents/*
mainnet-genesis-dryrun-with-stakeholders.json
source/renderer/app/i18n/locales
nodemon.json
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

# Ignore the following special folders and files
source/renderer/app/i18n/locales/
features/support/ui/documents/*
features/tests/e2e/documents/*

0 comments on commit 33c9584

Please sign in to comment.