The repository doesn’t include a .gitignore file, which can lead to unnecessary or sensitive files (like environment configs, cache, or IDE settings) being committed to version control.
Adding a standard .gitignore (depending on the project tech — Node.js, Python, or PHP) will help maintain a clean repository.
Benefits:
Keeps the repo clean and professional
Prevents accidental commits of system or config files
Labels:
setup enhancement good first issue
Request:
I'd like to add a standard .gitignore file suitable for this project. Please assign this issue to me.
The repository doesn’t include a .gitignore file, which can lead to unnecessary or sensitive files (like environment configs, cache, or IDE settings) being committed to version control.
Adding a standard .gitignore (depending on the project tech — Node.js, Python, or PHP) will help maintain a clean repository.
Benefits:
Keeps the repo clean and professional
Prevents accidental commits of system or config files
Labels:
setup enhancement good first issue
Request:
I'd like to add a standard .gitignore file suitable for this project. Please assign this issue to me.