X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.gitignore;h=5bf56abf9cd3fff2ba601c1f2bec88dc500351e4;hb=26a17d9368bd65430bea2a04d23df8ebe84aeac2;hp=16320497751f89e045dda5ac75793b4b1e4048c8;hpb=72f041bd50fc25ca5d233565cbc0ea836220ec0f;p=e-mobility-charging-stations-simulator.git diff --git a/.gitignore b/.gitignore index 16320497..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 @@ -89,5 +110,13 @@ Thumbs.db *.mta mta_archives/ +# pnpm +package-lock.json + +*.bak +.eslintcache +temp/ *.tar.gz -performanceMeasurements.json +performanceRecords.json +performanceRecords.json.lock +*.db