tboothman / imdbphp

PHP library for retrieving film and tv information from IMDb
251 stars 84 forks source link

Add .vscode to .gitignore #313

Closed jetrosuni closed 1 year ago

jetrosuni commented 1 year ago

Prevents developers using Visual Studio Code to accidentally add the local .vscode folder to their commits. Also ignore .DS_Store (useful for macOS users).

tboothman commented 1 year ago

You should really add .DS_Store to your own .gitignore file otherwise you'll be forever adding it to every git repo you use. Same with .vscode, really.