mirror of
https://codeberg.org/Duvelcorp/MetaHunt.git
synced 2026-09-26 09:36:05 +00:00
7 lines
103 B
Plaintext
7 lines
103 B
Plaintext
# Ignore all hidden files and hidden directories
|
|
.*
|
|
**/.*
|
|
|
|
# Keep this ignore file tracked
|
|
!.gitignore
|