diff --git a/.gitignore b/.gitignore index 5c12276..b45dd56 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Node Modules Directory node_modules/ +# Package.json +package.json + # IDE Configuration .vscode/ *.code-workspace