diff --git a/.gitignore b/.gitignore index d866945..a09dbae 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # dependencies /node_modules +package-lock.json yarn.lock # IDEs and editors @@ -41,4 +42,4 @@ testem.log # System Files .DS_Store -Thumbs.db \ No newline at end of file +Thumbs.db diff --git a/.npmignore b/.npmignore index 20eab4c..b63d524 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,4 @@ +node_modules /.github/FUNDING.yml +package-lock.json +yarn.lock