Skip to content

fix(chore): gitignore debug remember-me artifacts in test configs#2510

Open
dirkwa wants to merge 1 commit intoSignalK:masterfrom
dirkwa:gitignore-test-debug-artifact
Open

fix(chore): gitignore debug remember-me artifacts in test configs#2510
dirkwa wants to merge 1 commit intoSignalK:masterfrom
dirkwa:gitignore-test-debug-artifact

Conversation

@dirkwa
Copy link
Contributor

@dirkwa dirkwa commented Mar 24, 2026

Summary

  • Add test/server-test-config/debug and test/plugin-test-config/debug to .gitignore
  • The logging module writes a debug file to the config directory when "Remember debug" is enabled in the Admin UI — same category of runtime artifact as plugin-config-data/ which is already ignored for both test config dirs

@dirkwa dirkwa changed the title chore: gitignore debug remember-me artifacts in test configs fix(chore): gitignore debug remember-me artifacts in test configs Mar 24, 2026
@dirkwa dirkwa force-pushed the gitignore-test-debug-artifact branch from c9e1ba2 to bfeab87 Compare March 24, 2026 04:02
.gitignore Outdated
# debug artefacts
*.sln No newline at end of file
*.sln
test/server-test-config/debug
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double?

The logging module writes a 'debug' file to the config directory
when "Remember debug" is enabled. Ignore these in test config dirs
to prevent accidental commits.
@dirkwa dirkwa force-pushed the gitignore-test-debug-artifact branch from bfeab87 to dbbe4c8 Compare March 24, 2026 18:40
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.

2 participants