Skip to content
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

Upload .env.example, Remove .env, and Update .gitignore for Smoother Development #36

Closed
rishyym0927 opened this issue Oct 5, 2024 · 2 comments

Comments

@rishyym0927
Copy link
Contributor

Title: Upload .env.example, Remove .env, and Update .gitignore for Smoother Development

Description:
To ensure smoother collaboration and deployment, we need to make the following changes:

  1. Upload a .env.example file:
    This file should include all the necessary environment variables without any sensitive information (e.g., API keys, database credentials). It will serve as a reference for other developers to create their own .env files.

  2. Remove the .env file from the repository:
    Sensitive information should not be committed to version control. We'll remove the existing .env file from the repository to ensure it isn't exposed.

  3. Update .gitignore:
    Add the .env file to .gitignore to prevent it from being accidentally committed in the future.

Tasks:

  1. Create a .env.example file with placeholder values.
  2. Remove the .env file from the repository.
  3. Update .gitignore to exclude .env.

Level: GSSOC Level 3

Assigned To: @mention (or "To Be Assigned")

Copy link

github-actions bot commented Oct 5, 2024

👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

@jinx-vi-0
Copy link
Owner

You don't need to raise an issue just for this. I'm not going to add any level just for this.

@jinx-vi-0 jinx-vi-0 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 5, 2024
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

No branches or pull requests

2 participants