Add minimal add-in playgrounds and orchestrator
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
# Ignore dependencies
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
|
||||
# Local secrets
|
||||
*.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
.office-addin-dev-certs/
|
||||
|
||||
# Build artifacts
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Logs and caches
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# Add-in certs
|
||||
officeaddin/minimal-playground/certs/
|
||||
minimal-uploader/certs/
|
||||
minimal-uploader-playground/certs/
|
||||
/.vscode/
|
||||
Reference in New Issue
Block a user