-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (39 loc) · 771 Bytes
/
.gitignore
File metadata and controls
50 lines (39 loc) · 771 Bytes
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
store/*/
torbulkexitlist
.env
setenv
logs
tmp/*
nginx.conf.compiled
.htpasswd
# Certificates and keys
certs/*
!certs/README.md
!certs/lets-encrypt*
*.cert
*.cer
*.key
*.csr
# Useful for serving temporary files
# Location for LetsEncrypt challenge files.
html/
# Snap! Versions on the public site.
# We expect you'll likely want to symlink a local snap instance to ./snap/
# On the server we maintain a checkout of the Snap! repo, but dont want to use
# submodules.
snap
snap-versions/
!snap-versions/README.md
# Temporary: The old static snap site:
old_site
# Snap dev version, untracked
dev
.*.swp
.*.swo
.swp
.swo
# TOTM banners are fed to the site from the frontend. We don't need to store
# them anymore.
static/img/totm.png
# local JS tools
node_modules/