diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..200a708 --- /dev/null +++ b/.gitignore @@ -0,0 +1,59 @@ +# See http://help.github.com/ignore-files/ for more about ignoring files. + +# compiled output +/dist +/tmp +/out-tsc +# Only exists if Bazel was run +/bazel-out +# Exists if npm audit was run +/target + +# dependencies +/node_modules +package-lock.json + +# profiling files +chrome-profiler-events*.json +speed-measure-plugin*.json + +# IDEs and editors +.c9/ +.classpath +/.idea +*.launch +.project +.settings/ +*.sublime-workspace +.vscode + +# IDE - VSCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +.history/* + +# misc +/.sass-cache +/connect.lock +/coverage +/libpeerconnection.log +npm-debug.log +yarn-error.log +testem.log +/typings +/.cache + +# System Files +.DS_Store +Thumbs.db + +# Open API +/openapi/output +/openapi/openapi-generator-cli-*.jar +/.angular +.cache + +staging.proxy.config.json
\ No newline at end of file |