summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d2e5e6036b6755d7d87e9a2311adb8072dbc377e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
# ignore database dump so you can delete it after setup
database.sql

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