/ services / node / .gitignore
.gitignore
 1  .env.*
 2  .secret*
 3  dist/
 4  dist/
 5  
 6  # Logs
 7  logs
 8  *.log
 9  npm-debug.log*
10  
11  # Runtime data
12  pids
13  *.pid
14  *.seed
15  
16  # Directory for instrumented libs generated by jscoverage/JSCover
17  lib-cov
18  
19  # Coverage directory used by tools like istanbul
20  coverage
21  
22  # nyc test coverage
23  .nyc_output
24  
25  # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
26  .grunt
27  
28  # node-waf configuration
29  .lock-wscript
30  
31  # Compiled binary addons (http://nodejs.org/api/addons.html)
32  build/Release
33  
34  # Dependency directories
35  node_modules
36  jspm_packages
37  
38  # Optional npm cache directory
39  .npm
40  
41  # Optional REPL history
42  .node_repl_history
43  
44  # 0x
45  profile-*
46  
47  # mac files
48  .DS_Store
49  
50  # vim swap files
51  *.swp
52  
53  # webstorm
54  .idea
55  
56  # vscode
57  .vscode
58  *code-workspace
59  
60  # clinic
61  profile*
62  *clinic*
63  *flamegraph*