Skip to content

Commit

Permalink
chore: update ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Nov 22, 2021
1 parent cfdcfb1 commit 68dc008
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# custom
dist
examples/**/package-lock.json

# os
.DS_Store
Expand All @@ -17,10 +18,10 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.yarn-integrity
yarn.lock

# npm
npm-debug.log*
package-lock.json

# tests
coverage
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# custom
dist
examples/**/package-lock.json

# os
.DS_Store
Expand All @@ -15,10 +16,10 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.yarn-integrity
yarn.lock

# npm
npm-debug.log*
package-lock.json

# tests
coverage
Expand Down
6 changes: 5 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# custom
CHANGELOG.md

# .gitignore copy

# custom
dist
examples/**/package-lock.json

# os
.DS_Store
Expand All @@ -17,10 +21,10 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.yarn-integrity
yarn.lock

# npm
npm-debug.log*
package-lock.json

# tests
coverage
Expand Down

0 comments on commit 68dc008

Please sign in to comment.