feat: initial commit for Alexa Malayalam Calendar skill
This commit is contained in:
+34
@@ -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/
|
||||
Reference in New Issue
Block a user