Skip to content

chore: remove generated artifacts and tighten .gitignore (#8)#27

Open
Akshita-2307 wants to merge 1 commit into
thunderavi:mainfrom
Akshita-2307:fix/generated-artifacts
Open

chore: remove generated artifacts and tighten .gitignore (#8)#27
Akshita-2307 wants to merge 1 commit into
thunderavi:mainfrom
Akshita-2307:fix/generated-artifacts

Conversation

@Akshita-2307
Copy link
Copy Markdown

Description

Removes tracked generated artifacts (.npm-cache/) and updates .gitignore to ignore runtime/build output.

Changes:

  • Removed .npm-cache/ from source control (7 files, 441 lines)
  • Added .npm-cache/, logs/, *.log to .gitignore

Closes #8

@thunderavi
Copy link
Copy Markdown
Owner

Hi @Akshita-2307, thanks for opening this PR.

Before review/merge, can you please confirm whether you are contributing under GSSoC 2026 / GirlScript Summer of Code? If yes, please mention it here so I can apply the correct GSSoC labels after the PR is reviewed and accepted.

Also, for future contributions, please comment on the issue first and wait for assignment before opening a PR. That helps avoid multiple contributors working on the same issue.

@Akshita-2307
Copy link
Copy Markdown
Author

Program: GSSoC

@thunderavi
Copy link
Copy Markdown
Owner

Hi @Akshita-2307, thanks for confirming that you are contributing under GSSoC.

I have assigned PR #27 to you for tracking.

For future contributions, please follow this workflow:

  1. Comment on the issue first and ask to be assigned.
  2. Wait for assignment before starting work.
  3. Fork the repository.
  4. Create a new branch for your work. Please do not work directly on main.

Example:

git checkout -b chore/remove-generated-artifacts

Also, please give the repository a ⭐ star. It is necessary for me because it helps the project reach more contributors, improves project visibility, and supports this open-source work.

@Akshita-2307
Copy link
Copy Markdown
Author

Hi @thunderavi! Yes, I'm contributing under GSSoC 2026. I've starred the repo as requested. Thanks for assigning! Let me know if there's anything else needed for this PR.

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

Labels

None yet

Projects

Status: Ready

Development

Successfully merging this pull request may close these issues.

Remove generated artifacts from source control and tighten .gitignore

2 participants