X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.gitignore;h=5bf56abf9cd3fff2ba601c1f2bec88dc500351e4;hb=f6105f32e5f819ece6190c3958cd14582ce2ca33;hp=102f38e5ac653934363ed07b68e07d71db58c88e;hpb=9cd79c702dbc23a9701022e701d2f33b5f3db72c;p=e-mobility-charging-stations-simulator.git diff --git a/.gitignore b/.gitignore index 102f38e5..5bf56abf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,34 @@ # config -src/assets/config.json +src/assets/config*.json +!src/assets/config-template.json src/scripts/scriptConfig.json -src/assets/authorization-tags.json -manifest.yml +src/assets/*idtags*.json +!src/assets/idtags-template.json +mikro-orm.config*.ts +!mikro-orm.config-template.ts +manifest*.yml +!manifest-cf-template.yml + +### 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 # Logs logs *.log npm-debug.log* +pnpm-debug.log* # Runtime data pids @@ -88,3 +109,14 @@ Thumbs.db # MTA *.mta mta_archives/ + +# pnpm +package-lock.json + +*.bak +.eslintcache +temp/ +*.tar.gz +performanceRecords.json +performanceRecords.json.lock +*.db