Skip to content

Commit

Permalink
chore: ignore emf and wmf test files (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Oct 29, 2021
1 parent 528c204 commit 8d79d76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,5 @@ package-lock.json
yarn.lock

# Test files
pict001.wmf
*.wmf
*.emf
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ SECURITY.md
# Test files
src/**/*.test.js
test_files
test_resources
test_resources
*.wmf
*.emf

0 comments on commit 8d79d76

Please sign in to comment.