mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 07:31:45 -03:00
24 lines
399 B
Plaintext
24 lines
399 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/
|
|
|
|
# macOS Specific
|
|
.DS_Store
|
|
*.zst.DS_Store
|
|
bun.lock
|