summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 58c07da9609804dcb351aa49d6abd344f9f9f0e2 (plain) (blame)
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
# Patterns to ignore.

# Binaries
*.rpyb
*.rpyc
*.rpymc
*.pyc
*.pyo
cache/
saves/

#Back up
*.bak
*~

# Compressed and dev
*.rpa
*.xcf
game/gfx/assets/*

# Automatically Generated
*_conf.rpy
*.pem
*.crt
*.json
extra/*

# DEV USE ONLY
*.dev.*
*.dev**
images/items/base**
tba/*
*.diff

# Logs
log.txt
traceback.txt
errors.txt
*.keystore