blob: 86d943a9b2e8f3bb69fbe37fd8363962646b1d92 [file] [log] [blame]
Sean Condona36f65c2019-05-20 08:21:41 +01001# See http://help.github.com/ignore-files/ for more about ignoring files.
2
3# compiled output
4/dist
5/tmp
6/out-tsc
Sean Condon6a6f9a02020-01-09 14:09:36 +00007# Only exists if Bazel was run
8/bazel-out
Sean Condona36f65c2019-05-20 08:21:41 +01009
10# dependencies
11/node_modules
Sean Condon6a6f9a02020-01-09 14:09:36 +000012
13# profiling files
14chrome-profiler-events*.json
15speed-measure-plugin*.json
Sean Condona36f65c2019-05-20 08:21:41 +010016
17# IDEs and editors
18/.idea
19.project
20.classpath
21.c9/
22*.launch
23.settings/
24*.sublime-workspace
25
26# IDE - VSCode
27.vscode/*
28!.vscode/settings.json
29!.vscode/tasks.json
30!.vscode/launch.json
31!.vscode/extensions.json
Sean Condon6a6f9a02020-01-09 14:09:36 +000032.history/*
Sean Condona36f65c2019-05-20 08:21:41 +010033
34# misc
35/.sass-cache
36/connect.lock
37/coverage
38/libpeerconnection.log
39npm-debug.log
40yarn-error.log
41testem.log
42/typings
43
44# System Files
45.DS_Store
46Thumbs.db