diff --git a/.gitignore b/.gitignore index 1b6d99d..28a7b5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ node_modules/ +package-lock.json dist/ -.next/ \ No newline at end of file +.next/ +.idea/ \ No newline at end of file