diff --git a/.gitignore b/.gitignore index 5b6ac45..f3cb1a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # macOS .DS_Store +# Window +*.exe + # IntelliJ .idea/ @@ -9,4 +12,5 @@ # Node node_modules/ +package.json package-lock.json