diff --git a/.gitignore b/.gitignore index 723ef36..fa5901f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,20 @@ -.idea \ No newline at end of file +.DS_Store +node_modules/ +dist/ +CONTRIBUTING.md +npm-debug.log +yarn-debug.log* +yarn-error.log* +yarn.lock +package-lock.json +test/unit/coverage +test/e2e/reports +selenium-debug.log + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln \ No newline at end of file