X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.gitignore;h=113248a3e780edeb236facfca7fcd9407e371d0e;hb=593cf3f9c5d1b68ec8b5a034343a7cd6f0be7f38;hp=0e351bb90e42074985113e2d38f392b595113c22;hpb=4d127f7fc6712dd32fb8ca3da47989e0c911ffe9;p=e-mobility-charging-stations-simulator.git diff --git a/.gitignore b/.gitignore index 0e351bb9..113248a3 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,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 +75,10 @@ build/config.gypi # Clinic *.clinic-* + +# System Files +.DS_Store +Thumbs.db + +# Winston +*-audit.json