31 lines
344 B
Plaintext
31 lines
344 B
Plaintext
# OneTake Updater
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Build Artifacts
|
|
*.zip
|
|
*.apk
|
|
*.exe
|
|
dist/
|
|
|
|
# Temporary Files
|
|
tmp/
|
|
.vscode/
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.agent/
|
|
.gemini/
|
|
|
|
# PHP Portal
|
|
php-portal/pkgs/*
|
|
!php-portal/pkgs/.gitkeep
|
|
php-portal/version.json
|
|
|
|
# SSL Certificates
|
|
*.pem
|
|
!php-portal/private_key.pem
|
|
!php-portal/public_key.pem
|