angular-ui / ui-mask

Mask on an input field so the user can only type pre-determined pattern
https://htmlpreview.github.io/?https://github.com/angular-ui/ui-mask/master/demo/index.html
MIT License
391 stars 258 forks source link

Ignore IntelliJ project files #211

Closed burka closed 7 years ago

burka commented 7 years ago

It would be good if IntelliJ project files could be ignored. Either that or I would remove .DS_Store files from the .gitignore as that is another system specific ignore ;-)

shrpne commented 7 years ago

please use git config --global core.excludesfile or .git/info/exclude to ignore your environment files

burka commented 7 years ago

Ok, but then I would remove the .DS_Store entry, too....