build(deps): Bump @mikro-orm/core from 5.8.7 to 5.8.8
[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
e302df1d
JB
5src/assets/*idtags*.json
6!src/assets/idtags-template.json
ae8ee665
JB
7mikro-orm.config*.ts
8!mikro-orm.config-template.ts
082494a4
JB
9manifest*.yml
10!manifest-cf-template.yml
7dde0b73 11
fa3340bc 12# Created by git for backups. To disable backups in git:
e6159ce8
JB
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*
603f1011 30pnpm-debug.log*
7dde0b73
JB
31
32# Runtime data
33pids
34*.pid
35*.seed
36
37# Directory for instrumented libs generated by jscoverage/JSCover
38lib-cov
39
40# Coverage directory used by tools like istanbul
41coverage
42
43# nyc test coverage
44.nyc_output
45
46# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
47.grunt
48
49# node-waf configuration
50.lock-wscript
51
52# Compiled binary addons (http://nodejs.org/api/addons.html)
53dist
54
55# Dependency directories
56node_modules
57jspm_packages
58
59# Optional npm cache directory
60.npm
61
62# Optional REPL history
63.node_repl_history
64
44b5e61d
JB
65# Grunt usually compiles files inside this directory
66dist/
67
68# Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory
69.tmp/
70
71# Grunt typescript cache
72.tscache/
73tscommand-*
74
7dde0b73
JB
75# temporary file
76tmp
77
78# Intellij
79/.idea
80/outputs
81/docker/mongo
82build/config.gypi
83
84# VisualStudioCode
85.vscode/*
86!.vscode/settings.json
87!.vscode/tasks.json
88!.vscode/launch.json
89!.vscode/extensions.json
90
91# Vim
92# Persistent undo
93[._]*.un~
94# Temporary
95.netrwhist
96*~
97
98# Clinic
4d127f7f 99*.clinic-*
563a5516
JB
100
101# System Files
102.DS_Store
103Thumbs.db
7ec46a9a
JB
104
105# Winston
106*-audit.json
4cfaecd9
JB
107
108# MTA
109*.mta
110mta_archives/
47e22477 111
514a30ba
JB
112# pnpm
113package-lock.json
114
584bec16 115*.bak
c1f282d9 116.eslintcache
ae8ee665 117temp/
47e22477 118*.tar.gz
6b6a738b 119/performance/
a6b3c6c3 120performanceRecords.json
a7a5cda6 121performanceRecords.json.lock
c27c3eee 122*.db