diff --git a/.gitignore b/.gitignore index 54f07af..b338238 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ node_modules dist dist-ssr *.local +.env +package-lock.json # Editor directories and files .vscode/* @@ -21,4 +23,4 @@ dist-ssr *.ntvs* *.njsproj *.sln -*.sw? \ No newline at end of file +*.sw?