What files or folder should be ignored in .gitignore

Before I push the project to github, what files and/or folder should be specified in .gitignore ?

Take a look at these two threads:

and

1 Like

The good part of Ember is when you create a new project it generates .gitignore and place there what should be ignored by default.

As does Meteor (it puts it in the .meteor/ folder).

2 Likes