build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / .gitignore
1 # config
2 src/assets/config*.json
3 !src/assets/config-template.json
4 src/scripts/scriptConfig.json
5 src/assets/*idtags*.json
6 !src/assets/idtags-template.json
7 src/assets/configs-docker/*.json
8 mikro-orm.config*.ts
9 !mikro-orm.config-template.ts
10 manifest*.yml
11 !manifest-cf-template.yml
12
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
27 # Logs
28 logs
29 *.log
30 npm-debug.log*
31 pnpm-debug.log*
32
33 # Runtime data
34 pids
35 *.pid
36 *.seed
37
38 # Directory for instrumented libs generated by jscoverage/JSCover
39 lib-cov
40
41 # Coverage directory used by tools like istanbul
42 coverage
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)
54 dist
55
56 # Dependency directories
57 node_modules
58 jspm_packages
59
60 # Optional npm cache directory
61 .npm
62
63 # Optional REPL history
64 .node_repl_history
65
66 # Grunt usually compiles files inside this directory
67 dist/
68
69 # Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory
70 .tmp/
71
72 # Grunt typescript cache
73 .tscache/
74 tscommand-*
75
76 # temporary file
77 tmp
78
79 # Intellij
80 /.idea
81 /outputs
82 /docker/mongo
83 build/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
100 *.clinic-*
101
102 # System Files
103 .DS_Store
104 Thumbs.db
105
106 # Winston
107 *-audit.json
108
109 # MTA
110 *.mta
111 mta_archives/
112
113 # pnpm
114 package-lock.json
115
116 *.bak
117 .eslintcache
118 temp/
119 *.tar.gz
120 /performance/
121 performanceRecords.json
122 performanceRecords.json.lock
123 *.db