exercise-use-gitignore icon indicating copy to clipboard operation
exercise-use-gitignore copied to clipboard

A hands-on exercise using GitHub Actions. See README.md for instructions on how to get started.

Results 9 exercise-use-gitignore issues
Sort by recently updated
recently updated
newest added

# Ignore all files starting with the letter 'z' z* # Ignore a file called .env .env # Ignore a top-level directory named 'artifacts' /artifacts/

The test looks for lowercase z, so attempts to exclude 'the letter z' could easily include capital z, and fail.