Skip to content

.env file should be ignored by Git #35

Description

@Elian3x14

Hi, I noticed that your repository contains a .env file.
For security reasons, .env files should not be committed to the repository because they may contain sensitive information such as API keys or database credentials.

You should add .env to your .gitignore file to prevent it from being tracked.

# .gitignore
.env

This will help protect sensitive data and keep the repo clean.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions