You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog
8228104 Merge pull request #68 from codecrafters-io/andy/tweak-gitignore
c779ecc Enhance GitIgnore tests to verify that the .git directory and its contents are not skipped. Added new test cases to ensure proper handling of paths related to the .git directory, reinforcing the logic implemented in the GitIgnore functionality.
b6a13a5 Merge pull request #74 from codecrafters-io/andy/update-v47
061ad4b Update install.sh to increment CODECRAFTERS_CLI_VERSION from v46 to v47, ensuring the latest version is used during installation.
b7bb2e2 Enhance GitIgnore logic to prevent skipping the .git directory and its contents. This update ensures that any files within the .git directory are treated correctly, improving the handling of ignored files in version control.
04a0d5c Enhance GitIgnore functionality to ensure the .git directory is never skipped. This change improves the handling of ignored files by explicitly allowing the .git directory, even if specified in .gitignore files.