inacho / php-credit-card-validator

Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date.
MIT License
199 stars 104 forks source link

clear code #3

Open ReenExe opened 9 years ago

Babacooll commented 9 years ago

You should not add your system specific folders to the .gitignore (same goes for .DS_Store for example), it's the responsibility of each developer to put it in a global local .gitignore.