X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.gitignore;h=92bdcf304e3059126e0d36db4facdfd814992bf7;hb=e6159ce8b782e3464a9a0dc377897bc4a4718121;hp=102f38e5ac653934363ed07b68e07d71db58c88e;hpb=9cd79c702dbc23a9701022e701d2f33b5f3db72c;p=e-mobility-charging-stations-simulator.git diff --git a/.gitignore b/.gitignore index 102f38e5..92bdcf30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,28 @@ # config -src/assets/config.json +src/assets/config*.json +!src/assets/config-template.json src/scripts/scriptConfig.json -src/assets/authorization-tags.json +src/assets/*tags*.json +!src/assets/authorization-tags-template.json +mikro-orm.config*.ts +!mikro-orm.config-template.ts manifest.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 @@ -88,3 +107,11 @@ Thumbs.db # MTA *.mta mta_archives/ + +*.bak +.eslintcache +temp/ +*.tar.gz +performanceRecords.json +performanceRecords.json.lock +*.db