summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 64e06fa371d5801efcbc2d4e1f5e3a1c13147a7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
env/
client/env
client/venv
*.pyc
client/active.wav
client/passive.wav
client/say.wav
.DS_Store
*.swn
*.swo
*.swp
server/modules/build/*
client/build/*
client/modules/*
client/modules-bak/*
client/profile.yml
build/*
server/dump.rdb
other/*