X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.gitignore;h=271df212f966d46c1e4172567b6f3ee1f3f77b0d;hb=ec7f4dcea28197007a32308483e8e8f4750fae5e;hp=0e351bb90e42074985113e2d38f392b595113c22;hpb=4d127f7fc6712dd32fb8ca3da47989e0c911ffe9;p=e-mobility-charging-stations-simulator.git diff --git a/.gitignore b/.gitignore index 0e351bb9..271df212 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,11 @@ # config -src/assets/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 # Logs @@ -40,6 +46,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 @@ -65,3 +81,22 @@ build/config.gypi # Clinic *.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