imbrianj / switchBoard

Control of Internet connected devices within a given network via web interface.
MIT License
202 stars 53 forks source link

Remove tmp from .gitignore #11

Closed akshayp closed 10 years ago

akshayp commented 10 years ago

@imbrianj Since you're using it for lock files and caches, removing this from .gitignore. When you npm install from the repo tmp doesn't not get carried over since it's ignored which makes writing to this directory fail. Ideally, we switch the code to use mkdirp so this is automatically created at run time