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

# server log files
error_log
**/error_log
*.log

# 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/*