File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # DO NOT EDIT THIS FILE
3+ #
4+ # COPT THIS FILE TO .env.local
5+ #
6+ # That file is ignored by .gitignore. This file is not.
7+ #
8+ export DEBUG=false # do not allow byebug statements (override in .env.local)
9+ export FLOSS_FUNDING_DEBUG=false # extra logging to help diagnose issues (override in .env.local)
10+ export AUTOGEN_FIXTURE_CLEANUP=false # autogenerated gem fixture cleanup after every RSpec run
11+ export GIT_HOOK_FOOTER_APPEND=false
12+ export GIT_HOOK_FOOTER_APPEND_DEBUG=false
13+ export GIT_HOOK_FOOTER_SENTINEL="β‘οΈ A message from a fellow meat-based-AI β‘οΈ"
14+ export GITHUB_TOKEN=<your GH PAT, for the GHA console bin/rake ci:act - DO NOT EVER COMMIT IT>
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Please file a bug if you notice a violation of semantic versioning.
1818
1919## [ Unreleased]
2020### Added
21+ - .env.local.example for contributor happiness
2122### Changed
2223### Deprecated
2324### Removed
You canβt perform that action at this time.
0 commit comments