forked from tower-archive/tower
-
Notifications
You must be signed in to change notification settings - Fork 0
dotfiles
Lance Pollard edited this page Apr 12, 2012
·
1 revision
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.