diff --git a/.gitignore b/.gitignore index ccf5429..a61c61f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,7 @@ # Local History for Visual Studio Code .history/ -node_modules \ No newline at end of file +node_modules +lib +package-lock.json +yarn.lock \ No newline at end of file diff --git a/.npmignore b/.npmignore index 756ddd9..51aeb29 100644 --- a/.npmignore +++ b/.npmignore @@ -3,4 +3,6 @@ node_modules .vscode *.lock .drone.yml -.gitignore \ No newline at end of file +.gitignore +lib +package-lock.json \ No newline at end of file