source: trip-planner-front/node_modules/timsort/.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: 755 bytes
Line 
1# Development stuff
2test/
3Gruntfile.js
4
5# Configuration files
6.jscsrc
7.jshintrc
8.eslintrc
9.travis.yml
10bower.json
11
12# Logs
13logs
14*.log
15
16# Runtime data
17pids
18*.pid
19*.seed
20
21# Directory for instrumented libs generated by jscoverage/JSCover
22lib-cov
23
24# Coverage directory used by tools like istanbul
25coverage
26
27# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
28.grunt
29
30# Compiled binary addons (http://nodejs.org/api/addons.html)
31build/Release
32
33# Dependency directory
34# Deployed apps should consider commenting this line out:
35# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
36node_modules
37
38# JetBrains exclusion
39.idea
40
41# Source files
42# src
43
44# example files
45examples
46
47# Benchmark files
48benchmark
Note: See TracBrowser for help on using the repository browser.