Skip to content

chore: add root-level .gitignore (#22)#23

Open
rohansaini-02 wants to merge 1 commit into
theapprenticeproject:mainfrom
rohansaini-02:chore/add-root-gitignore
Open

chore: add root-level .gitignore (#22)#23
rohansaini-02 wants to merge 1 commit into
theapprenticeproject:mainfrom
rohansaini-02:chore/add-root-gitignore

Conversation

@rohansaini-02
Copy link
Copy Markdown

Summary

Adds a comprehensive root-level .gitignore file to the repository. This ensures that environment secrets, local dependencies, build artifacts, and IDE configurations are not accidentally committed to version control.

Related Issue

Closes #22

Changes Made

  • Added a root .gitignore covering:
    • Node.js: node_modules/, dist/, coverage/
    • React Native: android/app/build/, ios/Pods/, .expo/
    • Environment: .env and local variations
    • IDE: .vscode/, .idea/, and temporary swap files
    • OS: .DS_Store, Thumbs.db, and log files

Impact

Improves repository hygiene and prevents unnecessary bloat or security risks (from .env files) as the project scales.

Checklist

  • Code follows project conventions
  • Changes are scoped to one problem

@rohansaini-02
Copy link
Copy Markdown
Author

Hi @manua-glitch Have a look at this PR!

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.

chore: add root-level .gitignore for Node.js and React Native

1 participant