forked from input-output-hk/daedalus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DDW-597] fix issue with pretty-quick
- Loading branch information
1 parent
d81f09a
commit 40f6175
Showing
3 changed files
with
37 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Let's start by ignoring everything | ||
/* | ||
|
||
# But not the following folders | ||
!source/ | ||
!features/ | ||
!storybook/ | ||
|
||
# Now we ignore all files | ||
*.* | ||
|
||
# But not these file types | ||
!*.js | ||
!*.scss | ||
!*.json | ||
|
||
# Ignore any top-level json file except package.json | ||
/*.json | ||
!package.json | ||
|
||
# Ignore the following special folders and files | ||
source/renderer/app/i18n/locales/ | ||
features/support/default-wallet.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters