This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (47 loc) · 1.53 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
*.swp
*.pyc
tmp/*
fabfile_local.py
settings/settings-*.py
vhosts/vhost-*
!vhosts/vhost-beta.editorsnotes.org.conf
!vhosts/vhost-editorsnotes.org.conf
# Ignore all conf files except those whitelisted below
nginx/nginx-*
uwsgi/uwsgi-*
systemd/*
# Templates for generating confs
!nginx/nginx-TEMPLATE.conf.py
!uwsgi/uwsgi-TEMPLATE.ini.py
!systemd/TEMPLATE.api.service.py
!systemd/TEMPLATE.renderer.service.py
!systemd/TEMPLATE.markup-renderer.service.py
!systemd/TEMPLATE.target.py
# workingnotes.org
!nginx/nginx-workingnotes.org.conf
!uwsgi/uwsgi-workingnotes.org.ini
!systemd/workingnotes.org.api.service
!systemd/workingnotes.org.renderer.service
!systemd/workingnotes.org.markup-renderer.service
!systemd/workingnotes.org.target
# test.workingnotes.org
!nginx/nginx-test.workingnotes.org.conf
!uwsgi/uwsgi-test.workingnotes.org.ini
!systemd/test.workingnotes.org.api.service
!systemd/test.workingnotes.org.renderer.service
!systemd/test.workingnotes.org.markup-renderer.service
!systemd/test.workingnotes.org.target
# editorsnotes.org
!nginx/nginx-editorsnotes.org.conf
!uwsgi/uwsgi-editorsnotes.org.ini
!systemd/editorsnotes.org.api.service
!systemd/editorsnotes.org.renderer.service
!systemd/editorsnotes.org.markup-renderer.service
!systemd/editorsnotes.org.target
# beta.editorsnotes.org
!nginx/nginx-beta.editorsnotes.org.conf
!uwsgi/uwsgi-beta.editorsnotes.org.ini
!systemd/beta.editorsnotes.org.api.service
!systemd/beta.editorsnotes.org.renderer.service
!systemd/beta.editorsnotes.org.markup-renderer.service
!systemd/beta.editorsnotes.org.target