718cb1c4e1
Provides GitHub Actions workflows for customers to initialize, update, and monitor their self-hosted SFP Pro server instances. Includes a composite action for CLI installation from Gitea and SSH setup. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
23 lines
217 B
Plaintext
23 lines
217 B
Plaintext
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Secrets (never commit these)
|
|
*.pem
|
|
*.key
|
|
*.env.local
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.log
|
|
|
|
|
|
#Ignore vscode AI rules
|
|
.github/instructions/codacy.instructions.md
|