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