forked from samuelclay/NewsBlur
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
72 lines (68 loc) · 1.37 KB
/
.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
logs/*.log
logs/*.log.*
logs/*.pid
logs/celerybeat-schedule.db
*.pyc
__pycache__/
static/*
local_settings.py
celerybeat-schedule
celerybeat.pid
media/iphone/NewsBlur/build
media/iphone/build
build/
certbot.conf
.DS_Store
**/*.perspectivev*
.vscode/*
.env
task_env.py
app_env.py
data/
api/ip_addresses.txt
.prom_cache
config/certificates
**/*.xcuserstate
UserInterfaceState.xcuserstate
UserInterfaceState\.xcuserstate
*.xcuserstate
xcuserdata
.xcodeproj/ push.xcodeproj/project.pbxproj
clients/ios/NewsBlur.xcodeproj/project.xcworkspace/xcshareddata/
*.mode1v3
*.pbxuser
media/maintenance.html
media/maintenance.html.unused
config/settings
static.tgz
.sass-cache
media/css/circular/.sass-cache
media/css/circular/sass/.sass-cache
media/css/circular
config/settings
config/secrets
templates/maintenance_on.html
apps/social/spam.py
venv*
backup
backups
config/mongodb_keyfile.key
# Docker Jinja templates
docker/haproxy/haproxy.consul.cfg
# docker/haproxy/haproxy.staging.cfg # Staging doesn't use jinja templates, so no need to ignore
docker/nginx/nginx.consul.conf
docker/prometheus/prometheus.yml
docker/redis/redis_replica.conf
docker/redis/redis_*_replica.conf
docker/postgres/postgres.conf
# Local configuration file (sdk path, etc)
/originals
/node/originals
media/safari/NewsBlur.safariextz
# IDE files
/docker/volumes/*
**/node_modules
*.tfstate*
.terraform*
grafana.ini
apps/api/ip_addresses.txt