out/
.env
package-lock.json
tsconfig.tsbuildinfo

data/pack/
data/src/
data/unpack/

data/players/
data/sessions/
data/symbols/

data/config/worlds.json
data/config/login.json
data/config/friend.json

dump/

node_modules/

# keep these precompiled files out of the repo
bz2.dll
JagCompress.jar
RuneScriptCompiler.jar
PreloadedDirs.ts

*.bz2

db.sqlite
db.sqlite-journal

# coverage reports
coverage/

# intellij
.idea/

# these are artifacts generated from other repos
public/loader.jar
public/runescape*.jar
public/client/*.js.map

### Windows ###
Thumbs.db
[Dd]esktop.ini
*.lnk

### macOS ###
.DS_Store
._*
