summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 08cf7c5861f27d5e8a04c5ce51273f9be0039e64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/profile.yml
build/*
server/dump.rdb
other/*