Repository configuration
This commit is contained in:
parent
ba76be09ed
commit
d558bf1b4a
2 changed files with 25 additions and 0 deletions
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
.gitattributes export-ignore
|
||||
.gitignore export-ignore
|
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
/cache/*
|
||||
!/cache/.htaccess
|
||||
!/cache/index.html
|
||||
/img/avatars/*
|
||||
!/img/avatars/index.html
|
||||
/img/members/*
|
||||
!/img/members/.htaccess
|
||||
!/img/members/nofile.gif
|
||||
/img/smilies/*
|
||||
!/img/smilies/index.html
|
||||
!/img/smilies/big_smile.png
|
||||
!/img/smilies/cool.png
|
||||
!/img/smilies/hmm.png
|
||||
!/img/smilies/lol.png
|
||||
!/img/smilies/mad.png
|
||||
!/img/smilies/neutral.png
|
||||
!/img/smilies/roll.png
|
||||
!/img/smilies/sad.png
|
||||
!/img/smilies/smile.png
|
||||
!/img/smilies/tongue.png
|
||||
!/img/smilies/wink.png
|
||||
!/img/smilies/yikes.png
|
||||
/include/config.php
|
Loading…
Reference in a new issue