forked from thewca/worldcubeassociation.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
28 lines (25 loc) · 786 Bytes
/
.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
# Compiled regulations assets
WcaOnRails/app/views/regulations/*.*
WcaOnRails/app/views/regulations/translations/*
WcaOnRails/app/views/regulations/scrambles/*
WcaOnRails/app/views/regulations/history/*
/regulations/
# Except static pages
!WcaOnRails/app/views/regulations/translations/*.erb
!WcaOnRails/app/views/regulations/scrambles/*.erb
!WcaOnRails/app/views/regulations/history/*.erb
WcaOnRails/app/views/regulations-todelete/
# WCA Documents
WcaOnRails/public/documents/*
# byebug stuff
.byebug_history
# phpBB mess
webroot/forum/cache/*
!webroot/forum/cache/.htaccess
!webroot/forum/cache/index.html
webroot/forum/composer.phar
webroot/forum/config*.php
webroot/forum/files/*
webroot/forum/images/avatars/gallery/*
webroot/forum/images/avatars/upload/*
webroot/forum/store/*