mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 11:41:49 -03:00
27 lines
461 B
Plaintext
27 lines
461 B
Plaintext
# General / Node
|
|
node_modules/
|
|
dist/
|
|
.env
|
|
|
|
# Arch Linux / makepkg: Ignore folders created when running 'makepkg' locally
|
|
/src/
|
|
/pkg/
|
|
|
|
# Built packages: {revents committing large binaries
|
|
*.pkg.tar.zst
|
|
*.pkg.tar.xz
|
|
|
|
# Source downloads used by PKGBUILD
|
|
*.src.tar.gz
|
|
|
|
# Project Specific: Downloaded patcher (from hytale-auth-server)
|
|
backend/patcher/
|
|
|
|
# Private docs (local only)
|
|
docs/PATCH_CDN_INFRASTRUCTURE.md
|
|
|
|
# macOS Specific
|
|
.DS_Store
|
|
*.zst.DS_Store
|
|
bun.lock
|