DalvinCodes / tenant-management

Create and Manage Tenants of WATTBA
0 stars 0 forks source link

Add Gitignore File #5

Closed DalvinCodes closed 1 year ago

DalvinCodes commented 1 year ago

Description: As a developer, I want to add a .gitignore file to the repository to exclude unnecessary files and directories from version control, so that I can avoid cluttering the repository with files that do not need to be tracked.

Acceptance Criteria:

A .gitignore file is added to the repository. The .gitignore file includes entries for files and directories that should be excluded from version control, such as build artifacts and temporary files.