refactor: cleanup .gitignore files
[e-mobility-charging-stations-simulator.git] / ui / web / .gitignore
CommitLineData
32de5a57
LM
1.DS_Store
2node_modules
3/dist
4
fa3340bc 5# Created by git for backups. To disable backups in git:
e6159ce8
JB
6# $ git config --global mergetool.keepBackup false
7*.orig
8
9# Created by git when using merge tools for conflicts
10*.BACKUP.*
11*.BASE.*
12*.LOCAL.*
13*.REMOTE.*
14*_BACKUP_*.txt
15*_BASE_*.txt
16*_LOCAL_*.txt
17*_REMOTE_*.txt
32de5a57
LM
18
19# local env files
20.env.local
21.env.*.local
22
23# Log files
24npm-debug.log*
25yarn-debug.log*
26yarn-error.log*
27pnpm-debug.log*
28
29# Editor directories and files
30.idea
513c1626 31.vscode/*
9a308e5f 32!.vscode/settings.json
88fc6aef
JB
33!.vscode/launch.json
34!.vscode/extensions.json
32de5a57
LM
35*.suo
36*.ntvs*
37*.njsproj
38*.sln
39*.sw?
603f1011
JB
40
41# pnpm
42package-lock.json