Skip to content

feat: add .env and database backup patterns to .gitignore #45

@DiogoRibeiro7

Description

@DiogoRibeiro7

Proposal

The `.gitignore` is mostly Python/Node focused. Add entries relevant to a MySQL course:

```

Local environment

.env
.secrets/

Database backups

*.sql.bak
*.sql.gz
*.dump

MySQL data files

*.ibd
*.frm
```

Why

Students may create `.env` files for credentials or export database backups into the repo. These should be ignored by default.

Scope / files impacted

  • `.gitignore`

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions