Skip to content

(Solved one issue)Added .gitignore to ignore node_modules and IDE files #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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