mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Убираем из индекса всякий мусор
Merge branch 'develop' of https://github.com/torrentpier/tracker into develop Conflicts: library/config.php library/includes/sessions.php
This commit is contained in:
parent
075b185eaf
commit
8d6eeece8e
1 changed files with 4 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,6 +1,6 @@
|
||||||
### TorrentPier ###
|
### TorrentPier ###
|
||||||
.idea/
|
.idea/
|
||||||
data/avatars/**/
|
data/avatars/
|
||||||
data/old_files/
|
data/old_files/
|
||||||
data/torrent_files/
|
data/torrent_files/
|
||||||
internal_data/ajax_html/*.html
|
internal_data/ajax_html/*.html
|
||||||
|
@ -32,3 +32,5 @@ $RECYCLE.BIN/
|
||||||
._*
|
._*
|
||||||
.Spotlight-V100
|
.Spotlight-V100
|
||||||
.Trashes
|
.Trashes
|
||||||
|
*.orig
|
||||||
|
*.rej
|
Loading…
Add table
Add a link
Reference in a new issue