Lvbo163 | f721b1a | 2017-08-23 17:27:33 +0800 | [diff] [blame^] | 1 | # See http://help.github.com/ignore-files/ for more about ignoring files. |
2 | |||||
3 | # compiled output | ||||
4 | /dist | ||||
5 | /tmp | ||||
6 | /out-tsc | ||||
7 | /node | ||||
8 | |||||
9 | # dependencies | ||||
10 | /node_modules | ||||
11 | |||||
12 | # IDEs and editors | ||||
13 | /.idea | ||||
14 | .project | ||||
15 | .classpath | ||||
16 | .c9/ | ||||
17 | *.launch | ||||
18 | .settings/ | ||||
19 | *.sublime-workspace | ||||
20 | |||||
21 | # IDE - VSCode | ||||
22 | .vscode/* | ||||
23 | !.vscode/settings.json | ||||
24 | !.vscode/tasks.json | ||||
25 | !.vscode/launch.json | ||||
26 | !.vscode/extensions.json | ||||
27 | |||||
28 | # misc | ||||
29 | /.sass-cache | ||||
30 | /connect.lock | ||||
31 | /coverage | ||||
32 | /libpeerconnection.log | ||||
33 | npm-debug.log | ||||
34 | testem.log | ||||
35 | /typings | ||||
36 | yarn-error.log | ||||
37 | |||||
38 | # e2e | ||||
39 | /e2e/*.js | ||||
40 | /e2e/*.map | ||||
41 | |||||
42 | # System Files | ||||
43 | .DS_Store | ||||
44 | Thumbs.db |