Skip to content

Add .env and nim.cfg to gitignore.#12

Open
anoduck wants to merge 2 commits intohdbreaker:devfrom
anoduck:quacked
Open

Add .env and nim.cfg to gitignore.#12
anoduck wants to merge 2 commits intohdbreaker:devfrom
anoduck:quacked

Conversation

@anoduck
Copy link

@anoduck anoduck commented Jun 29, 2025

Just to make things easier for users, append .example to the names of configuration files that are likely to change due to differences in implementation. So, rename:

  • server/admin_web_ui/.env to server/admin_web_ui/.env.example
  • implant/nim.cfg to implant/nim.cfg.example

Then add the original name of those files to gitignore, so local changes will not conflict with new releases.

server/admin_web_ui/.env
implant/nim.cfg

That's all.

Anoduck, The Anonymous Duck added 2 commits June 29, 2025 14:49
Added configuration files to gitignore due to the likely hood they will be modified.
appended ".example" to configuration files

This will require adding installation instructions to copy these files to their appropriate respective names.
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