chicken-sloths / bangazon-api-sprint1

API for a mock Amazon + Etsy platform providing developers access to the company's employee & product data
0 stars 0 forks source link

Add *.sqlite to git ignore. #17

Closed TimAConner closed 6 years ago

TimAConner commented 6 years ago

Issue

This pull request fixes Issue #16 .

Why

This is apart of the initialization process for the repository.

What

It adds *.sqlite to the .gitignore. This ignores every .sqlite file in the database.

How to Test

This can be tested by pulling it down and creating .sqlite files anywhere in the project. Try making them in sub folders to test whether or not it also ignores them.