build: fix CF deployment
[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
082494a4
JB
9manifest*.yml
10!manifest-cf-template.yml
7dde0b73 11
e6159ce8
JB
12### Git ###
13# Created by git for backups. To disable backups in Git:
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*
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
584bec16 112*.bak
c1f282d9 113.eslintcache
ae8ee665 114temp/
47e22477 115*.tar.gz
a6b3c6c3 116performanceRecords.json
a7a5cda6 117performanceRecords.json.lock
c27c3eee 118*.db