mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-19 21:03:54 -07:00
gitignore и чистка
This commit is contained in:
parent
c5b210e556
commit
5e65d7a8d7
4 changed files with 18 additions and 10 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
.idea/
|
||||||
|
data/avatars/**/
|
||||||
|
data/old_files/
|
||||||
|
data/torrent_files/
|
||||||
|
internal_data/ajax_html/*.html
|
||||||
|
internal_data/atom/
|
||||||
|
internal_data/cache/
|
||||||
|
internal_data/captcha/**/
|
||||||
|
internal_data/log/
|
||||||
|
internal_data/sitemap/*.xml
|
||||||
|
internal_data/triggers/
|
||||||
|
|
||||||
|
*.log
|
||||||
|
*.zip
|
||||||
|
*.rar
|
||||||
|
*.tar
|
||||||
|
*.gz
|
||||||
|
*.torrent
|
0
internal_data/ajax_html/.keep
Normal file
0
internal_data/ajax_html/.keep
Normal file
|
@ -1,5 +0,0 @@
|
||||||
<select id="jumpbox" onchange="window.location.href='viewforum.php?f='+this.value;" name="f" id="f">
|
|
||||||
<optgroup label=" Ваша первая категория">
|
|
||||||
<option class="root_forum" value="1"> Ваш первый форум </option>
|
|
||||||
</optgroup>
|
|
||||||
</select>
|
|
|
@ -1,5 +0,0 @@
|
||||||
<select id="jumpbox" onchange="window.location.href='viewforum.php?f='+this.value;" name="f" id="f">
|
|
||||||
<optgroup label=" Ваша первая категория">
|
|
||||||
<option class="root_forum" value="1"> Ваш первый форум </option>
|
|
||||||
</optgroup>
|
|
||||||
</select>
|
|
Loading…
Add table
Add a link
Reference in a new issue