Skip to content
Lance Pollard edited this page Apr 12, 2012 · 1 revision

Dotfiles

Dotfiles are for the most part just hidden files that different platforms use to store configuration data about your project.

In Tower.js, there's 3 by default:

  • .gitignore Tells git the files and directories it should ignore.
  • .npmignore Tells npm what to ignore when your module is published.
  • .slugignore Tells Heroku what to ignore about your project.

Tower.js

Everything here will be reflected on http://towerjs.org/guides.

Clone this wiki locally