mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 09:31:45 -03:00
chore: more detailed gitignore
This commit is contained in:
33
.gitignore
vendored
33
.gitignore
vendored
@@ -1,17 +1,22 @@
|
|||||||
dist/*
|
# General / Node
|
||||||
node_modules/*
|
node_modules/
|
||||||
bun.lock
|
dist/
|
||||||
|
|
||||||
# Build artifacts
|
|
||||||
src/
|
|
||||||
pkg/
|
|
||||||
|
|
||||||
# Package files
|
|
||||||
*.tar.zst
|
|
||||||
*.zst.DS_Store
|
|
||||||
*.zst
|
|
||||||
bun.lockb
|
|
||||||
.env
|
.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/
|
backend/patcher/
|
||||||
|
|
||||||
|
# macOS Specific
|
||||||
|
.DS_Store
|
||||||
|
*.zst.DS_Store
|
||||||
Reference in New Issue
Block a user