├── .gitattributes ├── .github └── ISSUE_TEMPLATE │ ├── -------.md │ ├── ----.md │ ├── ---.md │ ├── bug_report.md │ ├── feature_request.md │ └── question.md └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | src export-ignore 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/-------.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FastCopyLab/FastCopy/HEAD/.github/ISSUE_TEMPLATE/-------.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/----.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FastCopyLab/FastCopy/HEAD/.github/ISSUE_TEMPLATE/----.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/---.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FastCopyLab/FastCopy/HEAD/.github/ISSUE_TEMPLATE/---.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FastCopyLab/FastCopy/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FastCopyLab/FastCopy/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FastCopyLab/FastCopy/HEAD/.github/ISSUE_TEMPLATE/question.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # FastCopy 2 | --------------------------------------------------------------------------------