X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.gitignore;h=7a929e43586815f8d779fe5f4d3bdb6b557aee74;hb=78202038ffd2aca15aa97f45bc66ba42f40f2ec4;hp=3a622e5d9846860203ea9f46b6870000015570fa;hpb=f29f53d00da5e3fb216e7b98b891bb2fc678d450;p=e-mobility-charging-stations-simulator.git diff --git a/.gitignore b/.gitignore index 3a622e5d..7a929e43 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,28 @@ # config -src/assets/config.json -manifest.yml +src/assets/config*.json +!src/assets/config-template.json +src/scripts/scriptConfig.json +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 @@ -86,4 +108,11 @@ Thumbs.db # MTA *.mta mta_archives/ -src/scripts/scriptConfig.json + +*.bak +.eslintcache +temp/ +*.tar.gz +performanceRecords.json +performanceRecords.json.lock +*.db