docs: ui/web/README.md: fix link, take 2
[e-mobility-charging-stations-simulator.git] / ui / web / .gitignore
... / ...
CommitLineData
1.DS_Store
2node_modules
3/dist
4
5# Created by git for backups. To disable backups in git:
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
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
31.vscode/*
32!.vscode/settings.json
33!.vscode/launch.json
34!.vscode/extensions.json
35*.suo
36*.ntvs*
37*.njsproj
38*.sln
39*.sw?
40
41# pnpm
42package-lock.json