docs(ui): update Web UI screenshot
[e-mobility-charging-stations-simulator.git] / .gitignore
... / ...
CommitLineData
1# config
2src/assets/config*.json
3!src/assets/config-template.json
4src/scripts/scriptConfig.json
5src/assets/*idtags*.json
6!src/assets/idtags-template.json
7mikro-orm.config*.ts
8!mikro-orm.config-template.ts
9manifest*.yml
10!manifest-cf-template.yml
11
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
26# Logs
27logs
28*.log
29npm-debug.log*
30pnpm-debug.log*
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
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
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
99*.clinic-*
100
101# System Files
102.DS_Store
103Thumbs.db
104
105# Winston
106*-audit.json
107
108# MTA
109*.mta
110mta_archives/
111
112# pnpm
113package-lock.json
114
115*.bak
116.eslintcache
117temp/
118*.tar.gz
119/performance/
120performanceRecords.json
121performanceRecords.json.lock
122*.db