AzureLTIAssessmentApp/.gitignore

291 строка
5.3 KiB
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
**/obj
**/bin
# dependencies
/client/node_modules
/client/.pnp
/client/.pnp.js
# testing
/client/coverage
# production
/client/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# Azure Functions localsettings file
/api/local.settings.json
# User-specific files
/api/*.suo
/api/*.user
/api/*.userosscache
/api/*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
/api/*.userprefs
# Build results
/api/[Dd]ebug/
/api/[Dd]ebugPublic/
/api/[Rr]elease/
/api/[Rr]eleases/
/api/x64/
/api/x86/
/api/bld/
/api/[Bb]in/
/api/[Oo]bj/
/api/[Ll]og/
# Visual Studio 2015 cache/options directory
/api/.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# MSTest test Results
/api/[Tt]est[Rr]esult*/
/api/[Bb]uild[Ll]og.*
# NUNIT
/api/*.VisualState.xml
/api/TestResult.xml
# Build Results of an ATL Project
/api/[Dd]ebugPS/
/api/[Rr]eleasePS/
/api/dlldata.c
# DNX
/api/project.lock.json
/api/project.fragment.lock.json
/api/artifacts/
/api/*_i.c
/api/*_p.c
/api/*_i.h
/api/*.ilk
/api/*.meta
/api/*.obj
/api/*.pch
/api/*.pdb
/api/*.pgc
/api/*.pgd
/api/*.rsp
/api/*.sbr
/api/*.tlb
/api/*.tli
/api/*.tlh
/api/*.tmp
/api/*.tmp_proj
/api/*.log
/api/*.vspscc
/api/*.vssscc
/api/.builds
/api/*.pidb
/api/*.svclog
/api/*.scc
# Chutzpah Test files
/api/_Chutzpah*
# Visual C++ cache files
/api/ipch/
/api/*.aps
/api/*.ncb
/api/*.opendb
/api/*.opensdf
/api/*.sdf
/api/*.cachefile
/api/*.VC.db
/api/*.VC.VC.opendb
# Visual Studio profiler
/api/*.psess
/api/*.vsp
/api/*.vspx
/api/*.sap
# TFS 2012 Local Workspace
/api/$tf/
# Guidance Automation Toolkit
/api/*.gpState
# ReSharper is a .NET coding add-in
/api/_ReSharper*/
/api/*.[Rr]e[Ss]harper
/api/*.DotSettings.user
# JustCode is a .NET coding add-in
/api/.JustCode
# TeamCity is a build add-in
/api/_TeamCity*
# DotCover is a Code Coverage Tool
/api/*.dotCover
# NCrunch
/api/_NCrunch_*
/api/.*crunch*.local.xml
/api/nCrunchTemp_*
# MightyMoose
/api/*.mm.*
/api/AutoTest.Net/
# Web workbench (sass)
/api/.sass-cache/
# Installshield output folder
/api/[Ee]xpress/
# DocProject is a documentation generator add-in
/api/DocProject/buildhelp/
/api/DocProject/Help/*.HxT
/api/DocProject/Help/*.HxC
/api/DocProject/Help/*.hhc
/api/DocProject/Help/*.hhk
/api/DocProject/Help/*.hhp
/api/DocProject/Help/Html2
/api/DocProject/Help/html
# Click-Once directory
/api/publish/
# Publish Web Output
/api/*.[Pp]ublish.xml
/api/*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
#*.pubxml
/api/*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
/api/PublishScripts/
# NuGet Packages
/api/*.nupkg
# The packages folder can be ignored because of Package Restore
/api/**/packages/*
# except build/, which is used as an MSBuild target.
/api/!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
/api/*.nuget.props
/api/*.nuget.targets
# Microsoft Azure Build Output
/api/csx/
/api/*.build.csdef
# Microsoft Azure Emulator
/api/ecf/
/api/rcf/
# Windows Store app package directories and files
/api/AppPackages/
/api/BundleArtifacts/
/api/Package.StoreAssociation.xml
/api/_pkginfo.txt
# Visual Studio cache files
# files ending in .cache can be ignored
/api/*.[Cc]ache
# but keep track of directories ending in .cache
/api/!*.[Cc]ache/
# Others
/api/ClientBin/
/api/~$*
/api/*~
/api/*.dbmdl
/api/*.dbproj.schemaview
/api/*.jfm
/api/*.pfx
/api/*.publishsettings
/api/node_modules/
/api/orleans.codegen.cs
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
/api/#bower_components/
# RIA/Silverlight projects
/api/Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
/api/_UpgradeReport_Files/
/api/Backup*/
/api/UpgradeLog*.XML
/api/UpgradeLog*.htm
# SQL Server files
/api/*.mdf
/api/*.ldf
# Business Intelligence projects
/api/*.rdl.data
/api/*.bim.layout
/api/*.bim_*.settings
# Microsoft Fakes
/api/FakesAssemblies/
# GhostDoc plugin setting file
/api/*.GhostDoc.xml
# Node.js Tools for Visual Studio
/api/.ntvs_analysis.dat
# Visual Studio 6 build log
/api/*.plg
# Visual Studio 6 workspace options file
/api/*.opt
# Visual Studio LightSwitch build output
/api/**/*.HTMLClient/GeneratedArtifacts
/api/**/*.DesktopClient/GeneratedArtifacts
/api/**/*.DesktopClient/ModelManifest.xml
/api/**/*.Server/GeneratedArtifacts
/api/**/*.Server/ModelManifest.xml
/api/_Pvt_Extensions
# Paket dependency manager
/api/.paket/paket.exe
/api/paket-files/
# FAKE - F# Make
/api/.fake/
# JetBrains Rider
/api/.idea/
/api/*.sln.iml
# CodeRush
/api/.cr/
# Python Tools for Visual Studio (PTVS)
/api/__pycache__/
/api/*.pyc