mirror of
https://codeberg.org/Duvelcorp/MetaHunt.git
synced 2026-09-22 15:46:59 +00:00
16 lines
314 B
Plaintext
16 lines
314 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
|
|
|
|
# Dev tooling — Python generators, data processing scripts, scratch files
|
|
# Not part of the addon, never ship this
|
|
.tools/
|