chore: more detailed gitignore

This commit is contained in:
Fazri Gading
2026-01-25 16:13:27 +08:00
parent 2f767f191e
commit 07191860be

33
.gitignore vendored
View File

@@ -1,17 +1,22 @@
dist/*
node_modules/*
bun.lock
# Build artifacts
src/
pkg/
# Package files
*.tar.zst
*.zst.DS_Store
*.zst
bun.lockb
# General / Node
node_modules/
dist/
.env
# Downloaded patcher (from hytale-auth-server)
# 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