feat: initial commit for Alexa Malayalam Calendar skill

This commit is contained in:
2026-07-20 13:20:15 +05:30
commit 04f1d7d9d1
8 changed files with 355 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# Dependencies
node_modules/
/.pnp
.pnp.js
# Build and Deployment Output
dist/
build/
*.zip
*.tar.gz
# Environment & Local Secrets
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor & OS files
.DS_Store
Thumbs.db
.vscode/
.idea/
# Local Testing / Coverage
coverage/
.nyc_output/