Refine sonar-project.properties
[e-mobility-charging-stations-simulator.git] / ui / web / .gitignore
1 .DS_Store
2 node_modules
3 /dist
4
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
19
20 # local env files
21 .env.local
22 .env.*.local
23
24 # Log files
25 npm-debug.log*
26 yarn-debug.log*
27 yarn-error.log*
28 pnpm-debug.log*
29
30 # Editor directories and files
31 .idea
32 .vscode/*
33 !.vscode/settings.json
34 !.vscode/launch.json
35 !.vscode/extensions.json
36 *.suo
37 *.ntvs*
38 *.njsproj
39 *.sln
40 *.sw?