+ [2016-08-11T23:44:25Z] Zarthus PabloR: .gitignore is one file, but you're free to ignore any of the recommendations the file on github provides, or none at all
+ [2016-08-11T23:44:44Z] PabloR ok. thanks
+ [2016-08-11T23:44:51Z] Zarthus for example in node.js you might wish to ignore `config.js`, if that's a standard it would be gitignored in the github node.js gitignore
+ [2016-08-11T23:45:09Z] Zarthus they're merely recommendations, but for the most part harmless
+ [2016-08-11T23:45:35Z] PabloR got it. Thanks

message no. 146475

Posted by PabloR in #github at 2016-08-11T23:43:55Z

Zarthus Thanks. I created a small app using JS, Node, Express, HTML, SQL & SQLIte3. I see in the list only a Node.gitignore. So I just copy and paste this file in my repo? I also see a SublimeText.gitignore under gitignore/global. Should I have 2 separate files or combine into 1?
+ [2016-08-12T00:06:47Z] PabloR Zarthus One more. What about the node_modules one? Should they be part of the github repo? Normally should they be included on the .gitignore file?
+ [2016-08-12T00:07:15Z] Zarthus Sorry, I am not familiar with nodejs, the gitignore repository ones generally are good to ignore and you don't need anything else
+ [2016-08-12T00:07:48Z] PabloR ok. thanks again
+ [2016-08-12T07:23:25Z] Surfer2010 hey guys ... is it possible to "github" the entire system (linux) ... so i have a history of changes and can comment them and so on?
+ [2016-08-12T08:00:59Z] jhass possible, why not. wise, I'm not sure