Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(gitignore): 馃檲 ignore the tool directory instead of bin #347

Merged
merged 1 commit into from Jan 9, 2024

Conversation

albertms10
Copy link
Owner

Following the Dart language guidelines on Creating packages, the bin directory should contain any command-line tools intended for public consumption, whilst any tools or executables created during development that aren鈥檛 for public use should go under the tool directory.

Following the Dart language guidelines, `bin` should contain
any command-line tools intended for public consumption,
whilst any tools or executables created during development
that aren鈥檛 for public use should go under `tool`.

See https://dart.dev/guides/libraries/create-packages#providing-additional-files.
@albertms10 albertms10 added the refactor The code needs to be refactored label Jan 9, 2024
@albertms10 albertms10 added this to the Road to 0.15.0 milestone Jan 9, 2024
@albertms10 albertms10 self-assigned this Jan 9, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 7466201647

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 7450063113: 0.0%
Covered Lines: 1025
Relevant Lines: 1025

馃挍 - Coveralls

@albertms10 albertms10 changed the title chore(gitignore): 馃檲 ignore tool directory instead of bin chore(gitignore): 馃檲 ignore the tool directory instead of bin Jan 9, 2024
@albertms10 albertms10 merged commit 650ac22 into main Jan 9, 2024
3 checks passed
@albertms10 albertms10 deleted the chore/ignore-tool-instead-of-bin branch January 9, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor The code needs to be refactored
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants