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