Skip to content

Commit

Permalink
fix: added prettier ignore file to the template
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Mar 24, 2023
1 parent b9e2e96 commit f6a596a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/docker.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ describe('generator-github-action-for-marketplace: Docker', () => {

it('Include Common Files', () => {
assert.file(['.gitignore'])
assert.file(['.prettierignore'])
})

it('Include Specific Docker related files', () => {
Expand Down
1 change: 1 addition & 0 deletions __tests__/javascript.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ describe('generator-github-action-for-marketplace: JavaScript', () => {

it('Include Common Files', () => {
assert.file(['.gitignore'])
assert.file(['.prettierignore'])
})

it('Include Specific JS related files', () => {
Expand Down
1 change: 1 addition & 0 deletions generators/app/templates/common/_.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/

0 comments on commit f6a596a

Please sign in to comment.