summaryrefslogtreecommitdiff
path: root/.gitignore
blob: bee3899237f7031a26362b93c55e907d97a6487a (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
# Patterns to ignore.

# Secret files
salt.txt
*.pem

# Binaries
*.pyc

#Back up
*.bak
*~

# Development files
*.dev.*
*.dev**
tba/*
x*
news.json
debug.txt

# Other versions
old/*