Anatomy

The structure of a Lore application

.gitignore

This file specifies which project files should be kept out of version control if you are using git. It includes things like code coverage reports, npm installation error files, your config/local.js file, IDE specific files and more.

Feel free to add and remove things from this file as you see fit.

To learn more about this file, see the .gitignore documentation on the Git website. Alternatively, there is also documentation on the GitHub website that may be easier to understand.

Defaults

The default file included in new projects looks like this:

node_modules
bower_components
config/local.js
lib-cov
*.seed
*.log
*.out
*.pid
npm-debug.log
*~
*#
.DS_STORE
.idea
.node_history
dist