mirror of
https://codeberg.org/Duvelcorp/MetaHunt.git
synced 2026-09-25 09:06:07 +00:00
13 lines
201 B
Plaintext
13 lines
201 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
|
|
CHANGELOG.md
|