X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.gitignore;h=7a929e43586815f8d779fe5f4d3bdb6b557aee74;hb=6ed3c84506348f5a7eb6c14e4b0c359b8780f471;hp=60cdd67f95b45ce899d9f06a93e0ad2b96dac464;hpb=c27c3eeea356b0692bef2327bb59aa99f9cbad8d;p=e-mobility-charging-stations-simulator.git diff --git a/.gitignore b/.gitignore index 60cdd67f..7a929e43 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +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 -manifest.yml +src/assets/*tags*.json +!src/assets/authorization-tags-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 @@ -89,6 +109,10 @@ Thumbs.db *.mta mta_archives/ +*.bak +.eslintcache +temp/ *.tar.gz -performanceMeasurements.json +performanceRecords.json +performanceRecords.json.lock *.db