Files
slr_handshapes_locations/.gitignore
2026-01-19 22:27:20 -05:00

15 lines
178 B
Plaintext

# Ignore everything
*
# But not directories (so git can traverse into them)
!*/
# Allow these file types
!*.py
!*.txt
!*.md
!*.sh
# Don't ignore .gitignore itself
!.gitignore