Commit e0798a60238d77adba920d42ec6bf6817fcb564e
1 parent
fa74a4ac4c
Exists in
master
git ignore package.json
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
.gitignore
| 1 | # See http://help.github.com/ignore-files/ for more about ignoring files. | 1 | # See http://help.github.com/ignore-files/ for more about ignoring files. |
| 2 | 2 | ||
| 3 | # compiled output | 3 | # compiled output |
| 4 | /dist | 4 | /dist |
| 5 | /tmp | 5 | /tmp |
| 6 | /out-tsc | 6 | /out-tsc |
| 7 | # Only exists if Bazel was run | 7 | # Only exists if Bazel was run |
| 8 | /bazel-out | 8 | /bazel-out |
| 9 | 9 | ||
| 10 | # dependencies | 10 | # dependencies |
| 11 | /node_modules | 11 | /node_modules |
| 12 | /www/* | 12 | /www/* |
| 13 | /plugins/* | 13 | /plugins/* |
| 14 | /platforms/* | 14 | /platforms/* |
| 15 | 15 | ||
| 16 | # profiling files | 16 | # profiling files |
| 17 | chrome-profiler-events.json | 17 | chrome-profiler-events.json |
| 18 | speed-measure-plugin.json | 18 | speed-measure-plugin.json |
| 19 | package-lock.json | ||
| 19 | 20 | ||
| 20 | # IDEs and editors | 21 | # IDEs and editors |
| 21 | /.idea | 22 | /.idea |
| 22 | .project | 23 | .project |
| 23 | .classpath | 24 | .classpath |
| 24 | .c9/ | 25 | .c9/ |
| 25 | *.launch | 26 | *.launch |
| 26 | .settings/ | 27 | .settings/ |
| 27 | *.sublime-workspace | 28 | *.sublime-workspace |
| 28 | 29 | ||
| 29 | # IDE - VSCode | 30 | # IDE - VSCode |
| 30 | .vscode/* | 31 | .vscode/* |
| 31 | !.vscode/settings.json | 32 | !.vscode/settings.json |
| 32 | !.vscode/tasks.json | 33 | !.vscode/tasks.json |
| 33 | !.vscode/launch.json | 34 | !.vscode/launch.json |
| 34 | !.vscode/extensions.json | 35 | !.vscode/extensions.json |
| 35 | .history/* | 36 | .history/* |
| 36 | 37 | ||
| 37 | # misc | 38 | # misc |
| 38 | /.sass-cache | 39 | /.sass-cache |
| 39 | /connect.lock | 40 | /connect.lock |
| 40 | /coverage | 41 | /coverage |
| 41 | /libpeerconnection.log | 42 | /libpeerconnection.log |
| 42 | npm-debug.log | 43 | npm-debug.log |
| 43 | yarn-error.log | 44 | yarn-error.log |
| 44 | testem.log | 45 | testem.log |
| 45 | /typings | 46 | /typings |
| 46 | 47 | ||
| 47 | # System Files | 48 | # System Files |
| 48 | .DS_Store | 49 | .DS_Store |
| 49 | Thumbs.db | 50 | Thumbs.db |
| 50 | 51 |