Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
* Initial commit

- /Build : Analyzer ruleset files
- /Deployment : ARM deployment template file for Azure hosting environment
- /Manifest : Microsoft Teams application manifest with placeholder and icons
- /Source : Source code built using C# .net supporting Bot and tab teams capabilities. Web application is built on .net core 2.1 and is using React JS for tab and task modules.
- README to provide brief description about app and links to wiki
  • Loading branch information
abbodh authored Jul 8, 2020
2 parents cccbd63 + d31f2b1 commit d04edef
Show file tree
Hide file tree
Showing 203 changed files with 39,111 additions and 30 deletions.
105 changes: 103 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ Generated\ Files/
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUnit
# NUNIT
*.VisualState.xml
TestResult.xml
nunit-*.xml

# Build Results of an ATL Project
[Dd]ebugPS/
Expand Down Expand Up @@ -127,6 +126,9 @@ _ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding add-in
.JustCode

# TeamCity is a build add-in
_TeamCity*

Expand Down Expand Up @@ -261,6 +263,7 @@ ServiceFabricBackup/
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- Backup*.rdl
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl
Expand Down Expand Up @@ -348,3 +351,101 @@ MigrationBackup/

# Ionide (cross platform F# VS Code tools) working folder
.ionide/

##
## Visual studio for Mac
##


# globs
Makefile.in
*.userprefs
*.usertasks
config.make
config.status
aclocal.m4
install-sh
autom4te.cache/
*.tar.gz
tarballs/
test-results/

# Mac bundle stuff
*.dmg
*.app

# content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# JetBrains Rider
.idea/
*.sln.iml

# Azure Functions
local.settings.json

##
## Visual Studio Code
##
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.ionide/*
/Source/Microsoft.Teams.Apps.GoodReads/ClientApp/src/components/*.js
/Source/Microsoft.Teams.Apps.GoodReads/ClientApp/src/components/*js.map
/Source/Microsoft.Teams.Apps.GoodReads/ClientApp/src/*.js
/Source/Microsoft.Teams.Apps.GoodReads/ClientApp/src/*.js.map
/Source/Microsoft.Teams.Apps.SubmitIdea/ClientApp/src/components/filter-bar/filter-bar.js.map
Loading

0 comments on commit d04edef

Please sign in to comment.