Last change
on this file since 6fe77af was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
693 bytes
|
Line | |
---|
1 | # Logs
|
---|
2 | logs
|
---|
3 | *.log
|
---|
4 | npm-debug.log*
|
---|
5 |
|
---|
6 | # Runtime data
|
---|
7 | pids
|
---|
8 | *.pid
|
---|
9 | *.seed
|
---|
10 |
|
---|
11 | # Directory for instrumented libs generated by jscoverage/JSCover
|
---|
12 | lib-cov
|
---|
13 |
|
---|
14 | # Coverage directory used by tools like istanbul
|
---|
15 | coverage
|
---|
16 | .stryker-tmp
|
---|
17 |
|
---|
18 | # nyc test coverage
|
---|
19 | .nyc_output
|
---|
20 |
|
---|
21 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
---|
22 | .grunt
|
---|
23 |
|
---|
24 | # node-waf configuration
|
---|
25 | .lock-wscript
|
---|
26 |
|
---|
27 | # Compiled binary addons (http://nodejs.org/api/addons.html)
|
---|
28 | build
|
---|
29 |
|
---|
30 | # Dependency directories
|
---|
31 | node_modules
|
---|
32 | jspm_packages
|
---|
33 |
|
---|
34 | # Optional npm cache directory
|
---|
35 | .npm
|
---|
36 |
|
---|
37 | # Optional REPL history
|
---|
38 | .node_repl_history
|
---|
39 |
|
---|
40 | dist
|
---|
41 |
|
---|
42 | # coverage reports
|
---|
43 | reports
|
---|
44 |
|
---|
45 | # benchmark result
|
---|
46 | benchmark
|
---|
47 |
|
---|
48 | # generated wasm base64 module
|
---|
49 | generated*.ts
|
---|
Note:
See
TracBrowser
for help on using the repository browser.