mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 06:01:45 -03:00
chore: more detailed gitignore
This commit is contained in:
33
.gitignore
vendored
33
.gitignore
vendored
@@ -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
|
||||
Reference in New Issue
Block a user