8e66ec8157b83337751230061d844fc9ecb21ba4
[e-mobility-charging-stations-simulator.git] / ui / web / .gitignore
1 .DS_Store
2 node_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
24 npm-debug.log*
25 yarn-debug.log*
26 yarn-error.log*
27 pnpm-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
42 package-lock.json