Spaces:
Sleeping
Sleeping
# Ignore all files in a directory | |
private_folder/ | |
# Ignore all `.log` files | |
*.log | |
# Ignore all files in subdirectories | |
**/temp/ | |
*.md | |