source: trip-planner-front/node_modules/hdr-histogram-js/.npmignore@ 6c1585f

Last change on this file since 6c1585f 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
2logs
3*.log
4npm-debug.log*
5
6# Runtime data
7pids
8*.pid
9*.seed
10
11# Directory for instrumented libs generated by jscoverage/JSCover
12lib-cov
13
14# Coverage directory used by tools like istanbul
15coverage
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)
28build
29
30# Dependency directories
31node_modules
32jspm_packages
33
34# Optional npm cache directory
35.npm
36
37# Optional REPL history
38.node_repl_history
39
40dist
41
42# coverage reports
43reports
44
45# benchmark result
46benchmark
47
48# generated wasm base64 module
49generated*.ts
Note: See TracBrowser for help on using the repository browser.