-
Notifications
You must be signed in to change notification settings - Fork 52
/
.gitignore
58 lines (45 loc) · 916 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
out/
.env
package-lock.json
tsconfig.tsbuildinfo
data/pack/
# since these are generated for the server only, we don't have to share them
data/src/pack/script.pack
data/src/pack/param.pack
data/src/pack/category.pack
data/src/pack/enum.pack
data/src/pack/struct.pack
data/src/pack/mesanim.pack
data/src/pack/dbtable.pack
data/src/pack/dbrow.pack
data/src/pack/hunt.pack
data/src/pack/varn.pack
data/src/pack/vars.pack
data/players/
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
# coverage reports
coverage/
# intellij
.idea/
# these are artifacts generated from other repos
public/loader.jar
public/runescape*.jar
public/downloads/LostCityInstaller.msi
### Windows ###
Thumbs.db
[Dd]esktop.ini
*.lnk
### macOS ###
.DS_Store
._*