X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fui%2Fweb%2F.gitignore;h=4bc4a6b8ddd5600e5dd833dd407130b176ea1beb;hb=523d01e8a7de6aa88e26b703a98ca4614b1858df;hp=403adbc1e527906a4aa59558cd582c20bcd1d738;hpb=32de5a575189d226213641f5ee36004f8454cb50;p=e-mobility-charging-stations-simulator.git diff --git a/src/ui/web/.gitignore b/src/ui/web/.gitignore index 403adbc1..4bc4a6b8 100644 --- a/src/ui/web/.gitignore +++ b/src/ui/web/.gitignore @@ -2,6 +2,20 @@ node_modules /dist +### Git ### +# Created by git for backups. To disable backups in Git: +# $ git config --global mergetool.keepBackup false +*.orig + +# Created by git when using merge tools for conflicts +*.BACKUP.* +*.BASE.* +*.LOCAL.* +*.REMOTE.* +*_BACKUP_*.txt +*_BASE_*.txt +*_LOCAL_*.txt +*_REMOTE_*.txt # local env files .env.local @@ -15,7 +29,10 @@ pnpm-debug.log* # Editor directories and files .idea -.vscode +.vscode/* +!.vscode/settings.json +!.vscode/launch.json +!.vscode/extensions.json *.suo *.ntvs* *.njsproj