gitevents / core

GitEvents core; manage your user group with GitHub
MIT License
41 stars 19 forks source link

Git ignore credential files #132

Closed mike182uk closed 8 years ago

mike182uk commented 8 years ago

The credential files should be ignored from the repo to prevent these from being accidentally committed

PatrickHeneise commented 8 years ago

all files with .credentials.js are ignored already https://github.com/gitevents/core/blob/master/.gitignore

mike182uk commented 8 years ago

Ah, mine wasn't being ignored because i excluded the .js from the filename when i created it (github.credentials instead of github.credentials.js)