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.
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.