Improve OCPP error handling, fix performance storage default file path
[e-mobility-charging-stations-simulator.git] / .gitignore
1 # config
2 src/assets/config*.json
3 !src/assets/config-template.json
4 src/scripts/scriptConfig.json
5 src/assets/*tags.json
6 !src/assets/authorization-tags-template.json
7 manifest.yml
8
9 # Logs
10 logs
11 *.log
12 npm-debug.log*
13
14 # Runtime data
15 pids
16 *.pid
17 *.seed
18
19 # Directory for instrumented libs generated by jscoverage/JSCover
20 lib-cov
21
22 # Coverage directory used by tools like istanbul
23 coverage
24
25 # nyc test coverage
26 .nyc_output
27
28 # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
29 .grunt
30
31 # node-waf configuration
32 .lock-wscript
33
34 # Compiled binary addons (http://nodejs.org/api/addons.html)
35 dist
36
37 # Dependency directories
38 node_modules
39 jspm_packages
40
41 # Optional npm cache directory
42 .npm
43
44 # Optional REPL history
45 .node_repl_history
46
47 # Grunt usually compiles files inside this directory
48 dist/
49
50 # Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory
51 .tmp/
52
53 # Grunt typescript cache
54 .tscache/
55 tscommand-*
56
57 # temporary file
58 tmp
59
60 # Intellij
61 /.idea
62 /outputs
63 /docker/mongo
64 build/config.gypi
65
66 # VisualStudioCode
67 .vscode/*
68 !.vscode/settings.json
69 !.vscode/tasks.json
70 !.vscode/launch.json
71 !.vscode/extensions.json
72
73 # Vim
74 # Persistent undo
75 [._]*.un~
76 # Temporary
77 .netrwhist
78 *~
79
80 # Clinic
81 *.clinic-*
82
83 # System Files
84 .DS_Store
85 Thumbs.db
86
87 # Winston
88 *-audit.json
89
90 # MTA
91 *.mta
92 mta_archives/
93
94 *.tar.gz
95 performanceRecords.json
96 *.db