-
-
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.
- Loading branch information
Showing
1 changed file
with
5 additions
and
28 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 |
---|---|---|
@@ -1,28 +1,5 @@ | ||
# Development and CI/CD config | ||
.github | ||
.husky | ||
.vscode | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# eslint config | ||
.eslintrc.js | ||
|
||
# Prettier config | ||
.prettierignore | ||
.prettierrc | ||
|
||
# Documentation | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
SECURITY.md | ||
|
||
# Test files | ||
src/**/*.test.js | ||
test_files | ||
test_resources | ||
# `package.json` is published to npm, so everything we add is included in the installed tarball. | ||
# Removing the `files` key and replacing it with this `.npmignore` saves some bytes, which | ||
# should improve installation performance slightly | ||
* | ||
!src/index.js |