Skip to content

Commit

Permalink
add presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hakoneriksson committed Oct 17, 2024
1 parent c59135a commit e03ea65
Show file tree
Hide file tree
Showing 18 changed files with 1,372 additions and 1 deletion.
78 changes: 78 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
# Python
venv
.venv
__pycache__

#Code scanning cache
.dccache

#MSAL Token Cache in examples
cache.json

# PPT Temp Files
~$*

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# # dotenv environment variables file
# *.env

# OSX .DS_Store
*.DS_Store

# Tap Test Results
.tap

.vscode/

temp

**/_site

#dotnet
bin/
obj/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# gh-copilot-workshop
# GitHub Copilot workshop
Loading

0 comments on commit e03ea65

Please sign in to comment.