diff --git a/.gitignore b/.gitignore index 34f6fa6..e7e1bb9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,47 @@ __pycache__ .vscode/ .idea/ -*.csv \ No newline at end of file +*.csv +.DS_Store +.env + +# Compiled output +/dist +/tmp +/out-tsc +/bazel-out + +# Node +/node_modules +npm-debug.log +yarn-error.log + +# IDEs and editors +.idea/ +.project +.classpath +.c9/ +*.launch +.settings/ +*.sublime-workspace +.fleet/ +# Visual Studio Code +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +.history/* + +# Miscellaneous +/.angular/cache +.sass-cache/ +/connect.lock +/coverage +/libpeerconnection.log +testem.log +/typings + +# System files +.DS_Store +Thumbs.db \ No newline at end of file