Skip to content

chore: add .gitignore for runtime artifacts#6

Open
EchinopsisM wants to merge 1 commit into
mainfrom
chore/gitignore-cleanup
Open

chore: add .gitignore for runtime artifacts#6
EchinopsisM wants to merge 1 commit into
mainfrom
chore/gitignore-cleanup

Conversation

@EchinopsisM
Copy link
Copy Markdown
Collaborator

Summary

  • Adds .gitignore covering runtime artifacts that should never be committed:
    • .env files (Bee node URL, wallet key — present in every example subfolder)
    • simple-blog/site/ (HTML output generated by the blog example scripts)
    • simple-blog/config.json and simple-blog/posts.json (written at runtime)
  • Untracks the above files that were previously committed

Test plan

  • Run the simple-blog example end-to-end and confirm the generated site/ output and .env do not appear as new untracked files

Ignore .env files (Bee node config), simple-blog generated site output,
and simple-blog/config.json and posts.json (written at runtime by the example scripts).
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