jayphelps / core-decorators

Library of stage-0 JavaScript decorators (aka ES2016/ES7 decorators but not accurate) inspired by languages that come with built-ins like @​override, @​deprecate, @​autobind, @​mixin and more. Popular with React/Angular, but is framework agnostic.
MIT License
4.52k stars 263 forks source link

core-decorators.js is in .gitignore but is tracked #105

Closed ephys closed 7 years ago

ephys commented 7 years ago

.gitignore contains a ligne that ignores any file called core-decorators.js https://github.com/jayphelps/core-decorators.js/blob/master/.gitignore#L3

But there is one, inside src, which is currently tracked https://github.com/jayphelps/core-decorators.js/blob/master/src/core-decorators.js

Any guess on which one is right?

Edit: I guess the .gitignore file is the wrong one, it should be /core-decorators.js if what you wish to do is not commit the bower build.

jayphelps commented 7 years ago

Good catch! Thanks https://github.com/jayphelps/core-decorators.js/commit/b69df7b09a8784e69b8050feaad689ddc95b6461