summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f35f95ae00c9be8b78169c672b7cf452909bd3b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# backup files
*.swp
.*.swp
*~

# sensitive config file
# contains database passwords and site-specific options
inc/config.php
# contains github hook secret
hook.php

# profile picture uploads
!dash/uimg/default.png
dash/uimg/*