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