mirror of
https://github.com/tijme/relocatable
synced 2026-06-08 17:50:01 +00:00
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
# .gitignore sample
|
|
# Ignore all files in this dir...
|
|
*
|
|
|
|
# ... except for this one.
|
|
!.gitignore |