Files
crib/samples/sample.gitignore
2026-04-13 10:32:46 +01:00

13 lines
96 B
Plaintext
Executable File

# Test gitignore file (to check syntax)
*
./!
*.log
!.gitignore[2]
**/*.lo[s]g
### Comment