Projects STRLCPY SharPyShell Commits 477c30e7
🤬
  • ■ ■ ■ ■ ■ ■
    .gitignore
     1 +#custom ignores
     2 + 
    1 3  *.pyc
    2 4  .idea/
     5 +venv/
    3 6   
    4 7  # exclude everything
    5 8  output/*
    6 9  # exception to the rule
    7 10  !output/.gitkeep
    8 11   
     12 + 
     13 +# Visual Studio template
     14 + 
     15 +## Ignore Visual Studio temporary files, build results, and
     16 +## files generated by popular Visual Studio add-ons.
     17 +##
     18 +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
     19 + 
     20 +# User-specific files
     21 +*.rsuser
     22 +*.suo
     23 +*.user
     24 +*.userosscache
     25 +*.sln.docstates
     26 + 
     27 +# User-specific files (MonoDevelop/Xamarin Studio)
     28 +*.userprefs
     29 + 
     30 +# Mono auto generated files
     31 +mono_crash.*
     32 + 
     33 +# Build results
     34 +[Dd]ebug/
     35 +[Dd]ebugPublic/
     36 +[Rr]elease/
     37 +[Rr]eleases/
     38 +x64/
     39 +x86/
     40 +[Ww][Ii][Nn]32/
     41 +[Aa][Rr][Mm]/
     42 +[Aa][Rr][Mm]64/
     43 +bld/
     44 +[Bb]in/
     45 +[Oo]bj/
     46 +[Ll]og/
     47 +[Ll]ogs/
     48 + 
     49 +# Visual Studio 2015/2017 cache/options directory
     50 +.vs/
     51 +# Uncomment if you have tasks that create the project's static files in wwwroot
     52 +#wwwroot/
     53 + 
     54 +# Visual Studio 2017 auto generated files
     55 +Generated\ Files/
     56 + 
     57 +# MSTest test Results
     58 +[Tt]est[Rr]esult*/
     59 +[Bb]uild[Ll]og.*
     60 + 
     61 +# NUnit
     62 +*.VisualState.xml
     63 +TestResult.xml
     64 +nunit-*.xml
     65 + 
     66 +# Build Results of an ATL Project
     67 +[Dd]ebugPS/
     68 +[Rr]eleasePS/
     69 +dlldata.c
     70 + 
     71 +# Benchmark Results
     72 +BenchmarkDotNet.Artifacts/
     73 + 
     74 +# .NET Core
     75 +project.lock.json
     76 +project.fragment.lock.json
     77 +artifacts/
     78 + 
     79 +# ASP.NET Scaffolding
     80 +ScaffoldingReadMe.txt
     81 + 
     82 +# StyleCop
     83 +StyleCopReport.xml
     84 + 
     85 +# Files built by Visual Studio
     86 +*_i.c
     87 +*_p.c
     88 +*_h.h
     89 +*.ilk
     90 +*.meta
     91 +*.obj
     92 +*.iobj
     93 +*.pch
     94 +*.pdb
     95 +*.ipdb
     96 +*.pgc
     97 +*.pgd
     98 +*.rsp
     99 +*.sbr
     100 +*.tlb
     101 +*.tli
     102 +*.tlh
     103 +*.tmp
     104 +*.tmp_proj
     105 +*_wpftmp.csproj
     106 +*.log
     107 +*.tlog
     108 +*.vspscc
     109 +*.vssscc
     110 +.builds
     111 +*.pidb
     112 +*.svclog
     113 +*.scc
     114 + 
     115 +# Chutzpah Test files
     116 +_Chutzpah*
     117 + 
     118 +# Visual C++ cache files
     119 +ipch/
     120 +*.aps
     121 +*.ncb
     122 +*.opendb
     123 +*.opensdf
     124 +*.sdf
     125 +*.cachefile
     126 +*.VC.db
     127 +*.VC.VC.opendb
     128 + 
     129 +# Visual Studio profiler
     130 +*.psess
     131 +*.vsp
     132 +*.vspx
     133 +*.sap
     134 + 
     135 +# Visual Studio Trace Files
     136 +*.e2e
     137 + 
     138 +# TFS 2012 Local Workspace
     139 +$tf/
     140 + 
     141 +# Guidance Automation Toolkit
     142 +*.gpState
     143 + 
     144 +# ReSharper is a .NET coding add-in
     145 +_ReSharper*/
     146 +*.[Rr]e[Ss]harper
     147 +*.DotSettings.user
     148 + 
     149 +# TeamCity is a build add-in
     150 +_TeamCity*
     151 + 
     152 +# DotCover is a Code Coverage Tool
     153 +*.dotCover
     154 + 
     155 +# AxoCover is a Code Coverage Tool
     156 +.axoCover/*
     157 +!.axoCover/settings.json
     158 + 
     159 +# Coverlet is a free, cross platform Code Coverage Tool
     160 +coverage*.json
     161 +coverage*.xml
     162 +coverage*.info
     163 + 
     164 +# Visual Studio code coverage results
     165 +*.coverage
     166 +*.coveragexml
     167 + 
     168 +# NCrunch
     169 +_NCrunch_*
     170 +.*crunch*.local.xml
     171 +nCrunchTemp_*
     172 + 
     173 +# MightyMoose
     174 +*.mm.*
     175 +AutoTest.Net/
     176 + 
     177 +# Web workbench (sass)
     178 +.sass-cache/
     179 + 
     180 +# Installshield output folder
     181 +[Ee]xpress/
     182 + 
     183 +# DocProject is a documentation generator add-in
     184 +DocProject/buildhelp/
     185 +DocProject/Help/*.HxT
     186 +DocProject/Help/*.HxC
     187 +DocProject/Help/*.hhc
     188 +DocProject/Help/*.hhk
     189 +DocProject/Help/*.hhp
     190 +DocProject/Help/Html2
     191 +DocProject/Help/html
     192 + 
     193 +# Click-Once directory
     194 +publish/
     195 + 
     196 +# Publish Web Output
     197 +*.[Pp]ublish.xml
     198 +*.azurePubxml
     199 +# Note: Comment the next line if you want to checkin your web deploy settings,
     200 +# but database connection strings (with potential passwords) will be unencrypted
     201 +*.pubxml
     202 +*.publishproj
     203 + 
     204 +# Microsoft Azure Web App publish settings. Comment the next line if you want to
     205 +# checkin your Azure Web App publish settings, but sensitive information contained
     206 +# in these scripts will be unencrypted
     207 +PublishScripts/
     208 + 
     209 +# NuGet Packages
     210 +*.nupkg
     211 +# NuGet Symbol Packages
     212 +*.snupkg
     213 +# The packages folder can be ignored because of Package Restore
     214 +**/[Pp]ackages/*
     215 +# except build/, which is used as an MSBuild target.
     216 +!**/[Pp]ackages/build/
     217 +# Uncomment if necessary however generally it will be regenerated when needed
     218 +#!**/[Pp]ackages/repositories.config
     219 +# NuGet v3's project.json files produces more ignorable files
     220 +*.nuget.props
     221 +*.nuget.targets
     222 + 
     223 +# Nuget personal access tokens and Credentials
     224 +nuget.config
     225 + 
     226 +# Microsoft Azure Build Output
     227 +csx/
     228 +*.build.csdef
     229 + 
     230 +# Microsoft Azure Emulator
     231 +ecf/
     232 +rcf/
     233 + 
     234 +# Windows Store app package directories and files
     235 +AppPackages/
     236 +BundleArtifacts/
     237 +Package.StoreAssociation.xml
     238 +_pkginfo.txt
     239 +*.appx
     240 +*.appxbundle
     241 +*.appxupload
     242 + 
     243 +# Visual Studio cache files
     244 +# files ending in .cache can be ignored
     245 +*.[Cc]ache
     246 +# but keep track of directories ending in .cache
     247 +!?*.[Cc]ache/
     248 + 
     249 +# Others
     250 +ClientBin/
     251 +~$*
     252 +*~
     253 +*.dbmdl
     254 +*.dbproj.schemaview
     255 +*.jfm
     256 +*.pfx
     257 +*.publishsettings
     258 +orleans.codegen.cs
     259 + 
     260 +# Including strong name files can present a security risk
     261 +# (https://github.com/github/gitignore/pull/2483#issue-259490424)
     262 +#*.snk
     263 + 
     264 +# Since there are multiple workflows, uncomment next line to ignore bower_components
     265 +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
     266 +#bower_components/
     267 + 
     268 +# RIA/Silverlight projects
     269 +Generated_Code/
     270 + 
     271 +# Backup & report files from converting an old project file
     272 +# to a newer Visual Studio version. Backup files are not needed,
     273 +# because we have git ;-)
     274 +_UpgradeReport_Files/
     275 +Backup*/
     276 +UpgradeLog*.XML
     277 +UpgradeLog*.htm
     278 +ServiceFabricBackup/
     279 +*.rptproj.bak
     280 + 
     281 +# SQL Server files
     282 +*.mdf
     283 +*.ldf
     284 +*.ndf
     285 + 
     286 +# Business Intelligence projects
     287 +*.rdl.data
     288 +*.bim.layout
     289 +*.bim_*.settings
     290 +*.rptproj.rsuser
     291 +*- [Bb]ackup.rdl
     292 +*- [Bb]ackup ([0-9]).rdl
     293 +*- [Bb]ackup ([0-9][0-9]).rdl
     294 + 
     295 +# Microsoft Fakes
     296 +FakesAssemblies/
     297 + 
     298 +# GhostDoc plugin setting file
     299 +*.GhostDoc.xml
     300 + 
     301 +# Node.js Tools for Visual Studio
     302 +.ntvs_analysis.dat
     303 +node_modules/
     304 + 
     305 +# Visual Studio 6 build log
     306 +*.plg
     307 + 
     308 +# Visual Studio 6 workspace options file
     309 +*.opt
     310 + 
     311 +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
     312 +*.vbw
     313 + 
     314 +# Visual Studio LightSwitch build output
     315 +**/*.HTMLClient/GeneratedArtifacts
     316 +**/*.DesktopClient/GeneratedArtifacts
     317 +**/*.DesktopClient/ModelManifest.xml
     318 +**/*.Server/GeneratedArtifacts
     319 +**/*.Server/ModelManifest.xml
     320 +_Pvt_Extensions
     321 + 
     322 +# Paket dependency manager
     323 +.paket/paket.exe
     324 +paket-files/
     325 + 
     326 +# FAKE - F# Make
     327 +.fake/
     328 + 
     329 +# CodeRush personal settings
     330 +.cr/personal
     331 + 
     332 +# Python Tools for Visual Studio (PTVS)
     333 +__pycache__/
     334 +*.pyc
     335 + 
     336 +# Cake - Uncomment if you are using it
     337 +# tools/**
     338 +# !tools/packages.config
     339 + 
     340 +# Tabs Studio
     341 +*.tss
     342 + 
     343 +# Telerik's JustMock configuration file
     344 +*.jmconfig
     345 + 
     346 +# BizTalk build output
     347 +*.btp.cs
     348 +*.btm.cs
     349 +*.odx.cs
     350 +*.xsd.cs
     351 + 
     352 +# OpenCover UI analysis results
     353 +OpenCover/
     354 + 
     355 +# Azure Stream Analytics local run output
     356 +ASALocalRun/
     357 + 
     358 +# MSBuild Binary and Structured Log
     359 +*.binlog
     360 + 
     361 +# NVidia Nsight GPU debugger configuration file
     362 +*.nvuser
     363 + 
     364 +# MFractors (Xamarin productivity tool) working folder
     365 +.mfractor/
     366 + 
     367 +# Local History for Visual Studio
     368 +.localhistory/
     369 + 
     370 +# BeatPulse healthcheck temp database
     371 +healthchecksdb
     372 + 
     373 +# Backup folder for Package Reference Convert tool in Visual Studio 2017
     374 +MigrationBackup/
     375 + 
     376 +# Ionide (cross platform F# VS Code tools) working folder
     377 +.ionide/
     378 + 
     379 +# Fody - auto-generated XML schema
     380 +FodyWeavers.xsd
     381 + 
     382 +# VS Code files for those working on multiple tools
     383 +.vscode/*
     384 +!.vscode/settings.json
     385 +!.vscode/tasks.json
     386 +!.vscode/launch.json
     387 +!.vscode/extensions.json
     388 +*.code-workspace
     389 + 
     390 +# Local History for Visual Studio Code
     391 +.history/
     392 + 
     393 +# Windows Installer files from build outputs
     394 +*.cab
     395 +*.msi
     396 +*.msix
     397 +*.msm
     398 +*.msp
     399 + 
     400 +# JetBrains Rider
     401 +.idea/
     402 +*.sln.iml
Please wait...
Page is in error, reload to recover