X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.gitignore;h=5dfe331fa4d91000fc72e23bd62721875b4f9757;hb=744ac1bef457f47719a5ae472100a0eb9b0212b0;hp=ea6e6ea40af15a1a29ae19e2316a2728fe56c7f7;hpb=7dde0b73302613be132c41e1f28a42de555dc2b6;p=e-mobility-charging-stations-simulator.git diff --git a/.gitignore b/.gitignore index ea6e6ea4..5dfe331f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # config -src/config.json +src/assets/config.json +src/scripts/scriptConfig.json +src/assets/authorization-tags.json manifest.yml # Logs @@ -40,6 +42,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 +76,17 @@ 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/ + +*.tar.gz