mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
no message
This commit is contained in:
parent
a13efda1e3
commit
2aed93a74b
1 changed files with 8 additions and 5 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -1,13 +1,12 @@
|
||||||
### TorrentPier ###
|
### TorrentPier ###
|
||||||
.idea/
|
.idea/
|
||||||
data/avatars/
|
data/avatars/
|
||||||
data/old_files/
|
data/files/
|
||||||
data/torrent_files/
|
internal_data/ajax_html/
|
||||||
internal_data/ajax_html/*.html
|
|
||||||
internal_data/atom/
|
internal_data/atom/
|
||||||
internal_data/cache/
|
internal_data/cache/
|
||||||
internal_data/log/
|
internal_data/log/
|
||||||
internal_data/sitemap/*.xml
|
internal_data/sitemap/
|
||||||
internal_data/triggers/
|
internal_data/triggers/
|
||||||
library/config.local.php
|
library/config.local.php
|
||||||
|
|
||||||
|
@ -33,4 +32,8 @@ $RECYCLE.BIN/
|
||||||
.Spotlight-V100
|
.Spotlight-V100
|
||||||
.Trashes
|
.Trashes
|
||||||
*.orig
|
*.orig
|
||||||
*.rej
|
*.rej
|
||||||
|
|
||||||
|
### TEMP ###
|
||||||
|
data/old_files/
|
||||||
|
data/torrent_files/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue