/ .gitignore
.gitignore
 1  ### App ###
 2  
 3  .cachedb
 4  
 5  
 6  # Created by https://www.gitignore.io/api/osx,node
 7  
 8  ### OSX ###
 9  .DS_Store
10  .AppleDouble
11  .LSOverride
12  
13  # Icon must end with two \r
14  Icon
15  
16  
17  # Thumbnails
18  ._*
19  
20  # Files that might appear in the root of a volume
21  .DocumentRevisions-V100
22  .fseventsd
23  .Spotlight-V100
24  .TemporaryItems
25  .Trashes
26  .VolumeIcon.icns
27  
28  # Directories potentially created on remote AFP share
29  .AppleDB
30  .AppleDesktop
31  Network Trash Folder
32  Temporary Items
33  .apdisk
34  
35  
36  ### Node ###
37  # Logs
38  logs
39  *.log
40  npm-debug.log*
41  
42  # Runtime data
43  pids
44  *.pid
45  *.seed
46  
47  # Directory for instrumented libs generated by jscoverage/JSCover
48  lib-cov
49  
50  # Coverage directory used by tools like istanbul
51  coverage
52  
53  # nyc test coverage
54  .nyc_output
55  
56  # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
57  .grunt
58  
59  # node-waf configuration
60  .lock-wscript
61  
62  # Compiled binary addons (http://nodejs.org/api/addons.html)
63  build/Release
64  
65  # Dependency directory
66  # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
67  node_modules
68  package-lock.json
69  
70  # Library specific
71  lib/