Files
GoMFT/.gitignore
StarFleetCPTN 130a3b0d1c feat: Enhance storage provider form and configuration
- Updated the storage provider form to categorize options into server-based, object storage, web storage, and cloud storage.
- Improved input placeholders for clarity and added descriptions for fields.
- Introduced new storage provider types: WebDAV, Nextcloud, Wasabi, MinIO, and B2.
- Added JavaScript functionality to auto-populate default ports based on selected provider type.
- Updated .gitignore to include test results and logs, and added Playwright configuration for testing.
2025-04-16 19:24:16 -07:00

107 lines
1.3 KiB
Plaintext

# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
# Test binary, build output
*.test
*.out
# Output of the go coverage tool, specifically when used with LiteIDE
*.cov
# Temporary files
*.tmp
*.temp
# Build directories
_build/
build/
# Vendor directory
/vendor/
# Go workspace file
go.work
go.work.sum
# IDE/editor specific files
.idea/
.vscode/
*.swp
*~
# Logs
*.log
# Dependency directories
node_modules/
# OS generated files
.DS_Store
Thumbs.db
# Ignore all Go files in the components directory
*_templ.go
# Ignore the data directory
data/
# Ignore .env files
.env
*.env
# Ignore the tmp directory
tmp/
# Ignore the configs directory
configs/
# Ignore the backups directory
backups/
# Ignore the tests directory
test-results/
playwright-report/
# Ignore Dirs
/source/
/destination/
/archive/
# Ignore the dist directory
static/dist/
# Ignore binaries
gomft
# Docusaurus files
docs/.docusaurus/
docs/.cache-loader/
docs/build/
docs/build-searchindex/
docs/static/search/
docs/static/js/
docs/node_modules/
docs/.env*
docs/*.log
# Added by Claude Task Master
logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dev-debug.log
# Environment variables
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# OS specific
# Task files
tasks.json
tasks/