forked from thewca/worldcubeassociation.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
34 lines (29 loc) · 861 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
29
30
31
32
33
34
# 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/*
# acme.sh stuff
WcaOnRails/public/.well-known/
# byebug stuff
.byebug_history
# Vagrant stuff
.vagrant/
# 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/*