parent
63b2bfc2bc
commit
15f9905004
@ -1,95 +0,0 @@ |
|||||||
/docker |
|
||||||
!/docker/entrypoint.sh |
|
||||||
# Created by https://www.toptal.com/developers/gitignore/api/osx,linux,windows,visualstudiocode,composer |
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=osx,linux,windows,visualstudiocode,composer |
|
||||||
|
|
||||||
### Composer ### |
|
||||||
composer.phar |
|
||||||
/vendor/ |
|
||||||
|
|
||||||
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control |
|
||||||
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file |
|
||||||
# composer.lock |
|
||||||
|
|
||||||
### Linux ### |
|
||||||
*~ |
|
||||||
|
|
||||||
# temporary files which can be created if a process still has a handle open of a deleted file |
|
||||||
.fuse_hidden* |
|
||||||
|
|
||||||
# KDE directory preferences |
|
||||||
.directory |
|
||||||
|
|
||||||
# Linux trash folder which might appear on any partition or disk |
|
||||||
.Trash-* |
|
||||||
|
|
||||||
# .nfs files are created when an open file is removed but is still being accessed |
|
||||||
.nfs* |
|
||||||
|
|
||||||
### OSX ### |
|
||||||
# General |
|
||||||
.DS_Store |
|
||||||
.AppleDouble |
|
||||||
.LSOverride |
|
||||||
|
|
||||||
# Icon must end with two \r |
|
||||||
Icon |
|
||||||
|
|
||||||
# Thumbnails |
|
||||||
._* |
|
||||||
|
|
||||||
# Files that might appear in the root of a volume |
|
||||||
.DocumentRevisions-V100 |
|
||||||
.fseventsd |
|
||||||
.Spotlight-V100 |
|
||||||
.TemporaryItems |
|
||||||
.Trashes |
|
||||||
.VolumeIcon.icns |
|
||||||
.com.apple.timemachine.donotpresent |
|
||||||
|
|
||||||
# Directories potentially created on remote AFP share |
|
||||||
.AppleDB |
|
||||||
.AppleDesktop |
|
||||||
Network Trash Folder |
|
||||||
Temporary Items |
|
||||||
.apdisk |
|
||||||
|
|
||||||
### VisualStudioCode ### |
|
||||||
.vscode/* |
|
||||||
!.vscode/settings.json |
|
||||||
!.vscode/tasks.json |
|
||||||
!.vscode/launch.json |
|
||||||
!.vscode/extensions.json |
|
||||||
*.code-workspace |
|
||||||
|
|
||||||
### VisualStudioCode Patch ### |
|
||||||
# Ignore all local history of files |
|
||||||
.history |
|
||||||
|
|
||||||
### Windows ### |
|
||||||
# Windows thumbnail cache files |
|
||||||
Thumbs.db |
|
||||||
Thumbs.db:encryptable |
|
||||||
ehthumbs.db |
|
||||||
ehthumbs_vista.db |
|
||||||
|
|
||||||
# Dump file |
|
||||||
*.stackdump |
|
||||||
|
|
||||||
# Folder config file |
|
||||||
[Dd]esktop.ini |
|
||||||
|
|
||||||
# Recycle Bin used on file shares |
|
||||||
$RECYCLE.BIN/ |
|
||||||
|
|
||||||
# Windows Installer files |
|
||||||
*.cab |
|
||||||
*.msi |
|
||||||
*.msix |
|
||||||
*.msm |
|
||||||
*.msp |
|
||||||
|
|
||||||
# Windows shortcuts |
|
||||||
*.lnk |
|
||||||
|
|
||||||
# End of https://www.toptal.com/developers/gitignore/api/osx,linux,windows,visualstudiocode,composer |
|
@ -1,93 +0,0 @@ |
|||||||
/config/config.php |
|
||||||
# Created by https://www.toptal.com/developers/gitignore/api/osx,linux,windows,visualstudiocode,composer |
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=osx,linux,windows,visualstudiocode,composer |
|
||||||
|
|
||||||
### Composer ### |
|
||||||
composer.phar |
|
||||||
|
|
||||||
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control |
|
||||||
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file |
|
||||||
# composer.lock |
|
||||||
|
|
||||||
### Linux ### |
|
||||||
*~ |
|
||||||
|
|
||||||
# temporary files which can be created if a process still has a handle open of a deleted file |
|
||||||
.fuse_hidden* |
|
||||||
|
|
||||||
# KDE directory preferences |
|
||||||
.directory |
|
||||||
|
|
||||||
# Linux trash folder which might appear on any partition or disk |
|
||||||
.Trash-* |
|
||||||
|
|
||||||
# .nfs files are created when an open file is removed but is still being accessed |
|
||||||
.nfs* |
|
||||||
|
|
||||||
### OSX ### |
|
||||||
# General |
|
||||||
.DS_Store |
|
||||||
.AppleDouble |
|
||||||
.LSOverride |
|
||||||
|
|
||||||
# Icon must end with two \r |
|
||||||
Icon |
|
||||||
|
|
||||||
# Thumbnails |
|
||||||
._* |
|
||||||
|
|
||||||
# Files that might appear in the root of a volume |
|
||||||
.DocumentRevisions-V100 |
|
||||||
.fseventsd |
|
||||||
.Spotlight-V100 |
|
||||||
.TemporaryItems |
|
||||||
.Trashes |
|
||||||
.VolumeIcon.icns |
|
||||||
.com.apple.timemachine.donotpresent |
|
||||||
|
|
||||||
# Directories potentially created on remote AFP share |
|
||||||
.AppleDB |
|
||||||
.AppleDesktop |
|
||||||
Network Trash Folder |
|
||||||
Temporary Items |
|
||||||
.apdisk |
|
||||||
|
|
||||||
### VisualStudioCode ### |
|
||||||
.vscode/* |
|
||||||
!.vscode/settings.json |
|
||||||
!.vscode/tasks.json |
|
||||||
!.vscode/launch.json |
|
||||||
!.vscode/extensions.json |
|
||||||
*.code-workspace |
|
||||||
|
|
||||||
### VisualStudioCode Patch ### |
|
||||||
# Ignore all local history of files |
|
||||||
.history |
|
||||||
|
|
||||||
### Windows ### |
|
||||||
# Windows thumbnail cache files |
|
||||||
Thumbs.db |
|
||||||
Thumbs.db:encryptable |
|
||||||
ehthumbs.db |
|
||||||
ehthumbs_vista.db |
|
||||||
|
|
||||||
# Dump file |
|
||||||
*.stackdump |
|
||||||
|
|
||||||
# Folder config file |
|
||||||
[Dd]esktop.ini |
|
||||||
|
|
||||||
# Recycle Bin used on file shares |
|
||||||
$RECYCLE.BIN/ |
|
||||||
|
|
||||||
# Windows Installer files |
|
||||||
*.cab |
|
||||||
*.msi |
|
||||||
*.msix |
|
||||||
*.msm |
|
||||||
*.msp |
|
||||||
|
|
||||||
# Windows shortcuts |
|
||||||
*.lnk |
|
||||||
|
|
||||||
# End of https://www.toptal.com/developers/gitignore/api/osx,linux,windows,visualstudiocode,composer |
|
@ -1,11 +0,0 @@ |
|||||||
version: "2.3" |
|
||||||
services: |
|
||||||
app: |
|
||||||
image: hxsf/iyuuautoreseed |
|
||||||
network_mode: host |
|
||||||
environment: |
|
||||||
- cron=0 * * * * |
|
||||||
volumes: |
|
||||||
- ./config:/IYUU/config |
|
||||||
- ./torrent:/IYUU/torrent |
|
||||||
restart: always |
|
Loading…
Reference in new issue