X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.gitignore;h=92bdcf304e3059126e0d36db4facdfd814992bf7;hb=523d01e8a7de6aa88e26b703a98ca4614b1858df;hp=ea6e6ea40af15a1a29ae19e2316a2728fe56c7f7;hpb=7dde0b73302613be132c41e1f28a42de555dc2b6;p=e-mobility-charging-stations-simulator.git diff --git a/.gitignore b/.gitignore index ea6e6ea4..92bdcf30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,28 @@ # config -src/config.json +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 +### 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 @@ -40,6 +61,16 @@ jspm_packages # Optional REPL history .node_repl_history +# Grunt usually compiles files inside this directory +dist/ + +# Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory +.tmp/ + +# Grunt typescript cache +.tscache/ +tscommand-* + # temporary file tmp @@ -64,4 +95,23 @@ build/config.gypi *~ # Clinic -*.clinic-* \ No newline at end of file +*.clinic-* + +# System Files +.DS_Store +Thumbs.db + +# Winston +*-audit.json + +# MTA +*.mta +mta_archives/ + +*.bak +.eslintcache +temp/ +*.tar.gz +performanceRecords.json +performanceRecords.json.lock +*.db