Update ev-aws submodule.
[e-mobility-charging-stations-simulator.git] / .gitignore
1 # config
2 src/assets/config.json
3 manifest.yml
4
5 # Logs
6 logs
7 *.log
8 npm-debug.log*
9
10 # Runtime data
11 pids
12 *.pid
13 *.seed
14
15 # Directory for instrumented libs generated by jscoverage/JSCover
16 lib-cov
17
18 # Coverage directory used by tools like istanbul
19 coverage
20
21 # nyc test coverage
22 .nyc_output
23
24 # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
25 .grunt
26
27 # node-waf configuration
28 .lock-wscript
29
30 # Compiled binary addons (http://nodejs.org/api/addons.html)
31 dist
32
33 # Dependency directories
34 node_modules
35 jspm_packages
36
37 # Optional npm cache directory
38 .npm
39
40 # Optional REPL history
41 .node_repl_history
42
43 # temporary file
44 tmp
45
46 # Intellij
47 /.idea
48 /outputs
49 /docker/mongo
50 build/config.gypi
51
52 # VisualStudioCode
53 .vscode/*
54 !.vscode/settings.json
55 !.vscode/tasks.json
56 !.vscode/launch.json
57 !.vscode/extensions.json
58
59 # Vim
60 # Persistent undo
61 [._]*.un~
62 # Temporary
63 .netrwhist
64 *~
65
66 # Clinic
67 *.clinic-*
68
69 # System Files
70 .DS_Store
71 Thumbs.db