diff --git a/.gitignore b/.gitignore index 870b960..ca9c9b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,12 @@ *~ -node_modules \ No newline at end of file +.DS_Store +node_modules/ + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw* \ No newline at end of file