Skip to content

Conversation

Domoninic
Copy link

@Domoninic Domoninic commented Aug 26, 2025

add .env & Dockerfile-Plugins so user who build images with plugins don't get these local files tracked

Related Issue: N/A

New Behavior

Local file used for Plugin builds will be ignored by git

Contrast to Current Behavior

When using plugins you need build with a Dockerfile-Plugins and often a .env file. Currently git sees those files a un-tracked and in IDEs (e.g. VSCode ) they show as changes

Discussion: Benefits and Drawbacks

Remove annoyance of having local only file tracked by git and eliminate possibility of accidentally committing them.

Changes to the Wiki

None

Proposed Release Note Entry

Add .env and Dockerfile-Plugins to .gitignore.

Double Check

  • [ x ] I have read the comments and followed the PR template.
  • [ x ] I have explained my PR according to the information in the comments.
  • [ x ] My PR targets the develop branch.

add .env & Dockerfile-Plugins so user who build images with plugins don't get these local files tracked
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.

1 participant