mirror of
https://codeberg.org/Duvelcorp/MetaHunt.git
synced 2026-09-22 15:46:59 +00:00
12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
# Ignore all hidden files and hidden directories
|
|
.*
|
|
**/.*
|
|
|
|
# Keep this ignore file tracked
|
|
!.gitignore
|
|
|
|
# Exclude non-runtime localization helper artifacts
|
|
tools/
|
|
LOC*.md
|
|
LOCALIZATION*.md
|