SHOW:
|
|
- or go back to the newest paste.
1 | # system | |
2 | .AppleDouble | |
3 | .DS_Store | |
4 | .LSOverride | |
5 | .Spotlight-V100 | |
6 | .Trashes | |
7 | ._* | |
8 | ||
9 | # editors | |
10 | CMakeLists.txt | |
11 | cmake-build-debug | |
12 | .idea | |
13 | .vscode | |
14 | *.sw[a-z] | |
15 | *~ | |
16 | ||
17 | docs/build | |
18 | docs/_build | |
19 | node_modules | |
20 | src | |
21 | ||
22 | .cipd | |
23 | .gclient_entries | |
24 | .gclient | |
25 | .sccache | |
26 | ||
27 | # logs and test results | |
28 | npm-debug.log | |
29 | network_log.json | |
30 | network-audit-results.json | |
31 |