Add unit test for isUndefined()
[e-mobility-charging-stations-simulator.git] / .gitignore
CommitLineData
7dde0b73 1# config
a6b3c6c3
JB
2src/assets/config*.json
3!src/assets/config-template.json
5fdab605 4src/scripts/scriptConfig.json
4f6667ea 5src/assets/*tags*.json
a6b3c6c3 6!src/assets/authorization-tags-template.json
ae8ee665
JB
7mikro-orm.config*.ts
8!mikro-orm.config-template.ts
7dde0b73
JB
9manifest.yml
10
e6159ce8
JB
11### Git ###
12# Created by git for backups. To disable backups in Git:
13# $ git config --global mergetool.keepBackup false
14*.orig
15
16# Created by git when using merge tools for conflicts
17*.BACKUP.*
18*.BASE.*
19*.LOCAL.*
20*.REMOTE.*
21*_BACKUP_*.txt
22*_BASE_*.txt
23*_LOCAL_*.txt
24*_REMOTE_*.txt
25
7dde0b73
JB
26# Logs
27logs
28*.log
29npm-debug.log*
30
31# Runtime data
32pids
33*.pid
34*.seed
35
36# Directory for instrumented libs generated by jscoverage/JSCover
37lib-cov
38
39# Coverage directory used by tools like istanbul
40coverage
41
42# nyc test coverage
43.nyc_output
44
45# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
46.grunt
47
48# node-waf configuration
49.lock-wscript
50
51# Compiled binary addons (http://nodejs.org/api/addons.html)
52dist
53
54# Dependency directories
55node_modules
56jspm_packages
57
58# Optional npm cache directory
59.npm
60
61# Optional REPL history
62.node_repl_history
63
44b5e61d
JB
64# Grunt usually compiles files inside this directory
65dist/
66
67# Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory
68.tmp/
69
70# Grunt typescript cache
71.tscache/
72tscommand-*
73
7dde0b73
JB
74# temporary file
75tmp
76
77# Intellij
78/.idea
79/outputs
80/docker/mongo
81build/config.gypi
82
83# VisualStudioCode
84.vscode/*
85!.vscode/settings.json
86!.vscode/tasks.json
87!.vscode/launch.json
88!.vscode/extensions.json
89
90# Vim
91# Persistent undo
92[._]*.un~
93# Temporary
94.netrwhist
95*~
96
97# Clinic
4d127f7f 98*.clinic-*
563a5516
JB
99
100# System Files
101.DS_Store
102Thumbs.db
7ec46a9a
JB
103
104# Winston
105*-audit.json
4cfaecd9
JB
106
107# MTA
108*.mta
109mta_archives/
47e22477 110
584bec16 111*.bak
c1f282d9 112.eslintcache
ae8ee665 113temp/
47e22477 114*.tar.gz
a6b3c6c3 115performanceRecords.json
a7a5cda6 116performanceRecords.json.lock
c27c3eee 117*.db