Skip to content

Conversation

@Abhinavan2004
Copy link

🛠️ Description
This PR resolves the issue regarding unnecessary files (like node_modules and .c9) being tracked and pushed to the repository. These files can significantly increase the repository size and are not essential for version control.

✅ What I Did
Added a .gitignore file to the project root to exclude:

All node_modules directories (from all folders)
.c9 IDE configuration folder
Environment files (.env)
Editor-specific files (.vscode/, .idea/)
Log files and build folders
Removed all previously tracked node_modules and .c9 folders.

🔗 Related Issue
Closes #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Saving bandwidth over slower/capped networks by not including undermentioned files/directories

1 participant