gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

NPM package to automatically fetch gitignore files from github

Results 6 gitignore issues
Sort by recently updated
recently updated
newest added

[https://github.com/github/gitignore/tree/master/Global](https://github.com/github/gitignore/tree/master/Global) Handy utility. Would be great to have access to subdirectories too such as Global.

An unexpected error occurred. { Error: unable to get local issuer certificate at TLSSocket. (_tls_wrap.js:1116:38) at emitNone (events.js:106:13) at TLSSocket.emit (events.js:208:7) at TLSSocket._finishInit (_tls_wrap.js:643:8) at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:473:38) code: 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY' }...

I really want to start using this in my daily work, but unfortunately we're behind a corporate proxy. The solution proposed in #18 seems to provide multiple discrete changes: proxy...

Refactored the code to use the [command-line-args](https://www.npmjs.com/package/command-line-args) module. Added an option to set the http proxy on the command line. Moved the main.js file to bin/script. Reformatted all files with...

For example, `cs` or `csharp` can map to `visual studio`, `py` can map to `python`. This could be a configuration file then we can add it by ourself.

## Modify library and files to ES6 standard The following updates were added. - Change normal functions to arrow functions. - Use template literals for string interpolation - Use let...