Darius Morawiec commited on
Commit
15693ed
·
1 Parent(s): f0f166f

Update .gitignore to include Visual Studio and Linux specific files

Browse files
Files changed (1) hide show
  1. .gitignore +406 -3
.gitignore CHANGED
@@ -1,9 +1,10 @@
1
  .gradio
 
2
  *.pth
3
  *.csv
4
 
5
- # Created by https://www.toptal.com/developers/gitignore/api/macos,dotenv,python,windows,intellij,visualstudiocode
6
- # Edit at https://www.toptal.com/developers/gitignore?templates=macos,dotenv,python,windows,intellij,visualstudiocode
7
 
8
  ### dotenv ###
9
  .env
@@ -121,6 +122,21 @@ fabric.properties
121
  # https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
122
  .idea/**/azureSettings.xml
123
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  ### macOS ###
125
  # General
126
  .DS_Store
@@ -370,4 +386,391 @@ $RECYCLE.BIN/
370
  # Windows shortcuts
371
  *.lnk
372
 
373
- # End of https://www.toptal.com/developers/gitignore/api/macos,dotenv,python,windows,intellij,visualstudiocode
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  .gradio
2
+ .vscode
3
  *.pth
4
  *.csv
5
 
6
+ # Created by https://www.toptal.com/developers/gitignore/api/macos,dotenv,python,windows,intellij,visualstudiocode,visualstudio,linux
7
+ # Edit at https://www.toptal.com/developers/gitignore?templates=macos,dotenv,python,windows,intellij,visualstudiocode,visualstudio,linux
8
 
9
  ### dotenv ###
10
  .env
 
122
  # https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
123
  .idea/**/azureSettings.xml
124
 
125
+ ### Linux ###
126
+ *~
127
+
128
+ # temporary files which can be created if a process still has a handle open of a deleted file
129
+ .fuse_hidden*
130
+
131
+ # KDE directory preferences
132
+ .directory
133
+
134
+ # Linux trash folder which might appear on any partition or disk
135
+ .Trash-*
136
+
137
+ # .nfs files are created when an open file is removed but is still being accessed
138
+ .nfs*
139
+
140
  ### macOS ###
141
  # General
142
  .DS_Store
 
386
  # Windows shortcuts
387
  *.lnk
388
 
389
+ ### VisualStudio ###
390
+ ## Ignore Visual Studio temporary files, build results, and
391
+ ## files generated by popular Visual Studio add-ons.
392
+ ##
393
+ ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
394
+
395
+ # User-specific files
396
+ *.rsuser
397
+ *.suo
398
+ *.user
399
+ *.userosscache
400
+ *.sln.docstates
401
+
402
+ # User-specific files (MonoDevelop/Xamarin Studio)
403
+ *.userprefs
404
+
405
+ # Mono auto generated files
406
+ mono_crash.*
407
+
408
+ # Build results
409
+ [Dd]ebug/
410
+ [Dd]ebugPublic/
411
+ [Rr]elease/
412
+ [Rr]eleases/
413
+ x64/
414
+ x86/
415
+ [Ww][Ii][Nn]32/
416
+ [Aa][Rr][Mm]/
417
+ [Aa][Rr][Mm]64/
418
+ bld/
419
+ [Bb]in/
420
+ [Oo]bj/
421
+ [Ll]og/
422
+ [Ll]ogs/
423
+
424
+ # Visual Studio 2015/2017 cache/options directory
425
+ .vs/
426
+ # Uncomment if you have tasks that create the project's static files in wwwroot
427
+ #wwwroot/
428
+
429
+ # Visual Studio 2017 auto generated files
430
+ Generated\ Files/
431
+
432
+ # MSTest test Results
433
+ [Tt]est[Rr]esult*/
434
+ [Bb]uild[Ll]og.*
435
+
436
+ # NUnit
437
+ *.VisualState.xml
438
+ TestResult.xml
439
+ nunit-*.xml
440
+
441
+ # Build Results of an ATL Project
442
+ [Dd]ebugPS/
443
+ [Rr]eleasePS/
444
+ dlldata.c
445
+
446
+ # Benchmark Results
447
+ BenchmarkDotNet.Artifacts/
448
+
449
+ # .NET Core
450
+ project.lock.json
451
+ project.fragment.lock.json
452
+ artifacts/
453
+
454
+ # ASP.NET Scaffolding
455
+ ScaffoldingReadMe.txt
456
+
457
+ # StyleCop
458
+ StyleCopReport.xml
459
+
460
+ # Files built by Visual Studio
461
+ *_i.c
462
+ *_p.c
463
+ *_h.h
464
+ *.ilk
465
+ *.meta
466
+ *.obj
467
+ *.iobj
468
+ *.pch
469
+ *.pdb
470
+ *.ipdb
471
+ *.pgc
472
+ *.pgd
473
+ *.rsp
474
+ *.sbr
475
+ *.tlb
476
+ *.tli
477
+ *.tlh
478
+ *.tmp
479
+ *.tmp_proj
480
+ *_wpftmp.csproj
481
+ *.tlog
482
+ *.vspscc
483
+ *.vssscc
484
+ .builds
485
+ *.pidb
486
+ *.svclog
487
+ *.scc
488
+
489
+ # Chutzpah Test files
490
+ _Chutzpah*
491
+
492
+ # Visual C++ cache files
493
+ ipch/
494
+ *.aps
495
+ *.ncb
496
+ *.opendb
497
+ *.opensdf
498
+ *.sdf
499
+ *.cachefile
500
+ *.VC.db
501
+ *.VC.VC.opendb
502
+
503
+ # Visual Studio profiler
504
+ *.psess
505
+ *.vsp
506
+ *.vspx
507
+ *.sap
508
+
509
+ # Visual Studio Trace Files
510
+ *.e2e
511
+
512
+ # TFS 2012 Local Workspace
513
+ $tf/
514
+
515
+ # Guidance Automation Toolkit
516
+ *.gpState
517
+
518
+ # ReSharper is a .NET coding add-in
519
+ _ReSharper*/
520
+ *.[Rr]e[Ss]harper
521
+ *.DotSettings.user
522
+
523
+ # TeamCity is a build add-in
524
+ _TeamCity*
525
+
526
+ # DotCover is a Code Coverage Tool
527
+ *.dotCover
528
+
529
+ # AxoCover is a Code Coverage Tool
530
+ .axoCover/*
531
+ !.axoCover/settings.json
532
+
533
+ # Coverlet is a free, cross platform Code Coverage Tool
534
+ coverage*.json
535
+ coverage*.xml
536
+ coverage*.info
537
+
538
+ # Visual Studio code coverage results
539
+ *.coverage
540
+ *.coveragexml
541
+
542
+ # NCrunch
543
+ _NCrunch_*
544
+ .*crunch*.local.xml
545
+ nCrunchTemp_*
546
+
547
+ # MightyMoose
548
+ *.mm.*
549
+ AutoTest.Net/
550
+
551
+ # Web workbench (sass)
552
+ .sass-cache/
553
+
554
+ # Installshield output folder
555
+ [Ee]xpress/
556
+
557
+ # DocProject is a documentation generator add-in
558
+ DocProject/buildhelp/
559
+ DocProject/Help/*.HxT
560
+ DocProject/Help/*.HxC
561
+ DocProject/Help/*.hhc
562
+ DocProject/Help/*.hhk
563
+ DocProject/Help/*.hhp
564
+ DocProject/Help/Html2
565
+ DocProject/Help/html
566
+
567
+ # Click-Once directory
568
+ publish/
569
+
570
+ # Publish Web Output
571
+ *.[Pp]ublish.xml
572
+ *.azurePubxml
573
+ # Note: Comment the next line if you want to checkin your web deploy settings,
574
+ # but database connection strings (with potential passwords) will be unencrypted
575
+ *.pubxml
576
+ *.publishproj
577
+
578
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
579
+ # checkin your Azure Web App publish settings, but sensitive information contained
580
+ # in these scripts will be unencrypted
581
+ PublishScripts/
582
+
583
+ # NuGet Packages
584
+ *.nupkg
585
+ # NuGet Symbol Packages
586
+ *.snupkg
587
+ # The packages folder can be ignored because of Package Restore
588
+ **/[Pp]ackages/*
589
+ # except build/, which is used as an MSBuild target.
590
+ !**/[Pp]ackages/build/
591
+ # Uncomment if necessary however generally it will be regenerated when needed
592
+ #!**/[Pp]ackages/repositories.config
593
+ # NuGet v3's project.json files produces more ignorable files
594
+ *.nuget.props
595
+ *.nuget.targets
596
+
597
+ # Microsoft Azure Build Output
598
+ csx/
599
+ *.build.csdef
600
+
601
+ # Microsoft Azure Emulator
602
+ ecf/
603
+ rcf/
604
+
605
+ # Windows Store app package directories and files
606
+ AppPackages/
607
+ BundleArtifacts/
608
+ Package.StoreAssociation.xml
609
+ _pkginfo.txt
610
+ *.appx
611
+ *.appxbundle
612
+ *.appxupload
613
+
614
+ # Visual Studio cache files
615
+ # files ending in .cache can be ignored
616
+ *.[Cc]ache
617
+ # but keep track of directories ending in .cache
618
+ !?*.[Cc]ache/
619
+
620
+ # Others
621
+ ClientBin/
622
+ ~$*
623
+ *.dbmdl
624
+ *.dbproj.schemaview
625
+ *.jfm
626
+ *.pfx
627
+ *.publishsettings
628
+ orleans.codegen.cs
629
+
630
+ # Including strong name files can present a security risk
631
+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
632
+ #*.snk
633
+
634
+ # Since there are multiple workflows, uncomment next line to ignore bower_components
635
+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
636
+ #bower_components/
637
+
638
+ # RIA/Silverlight projects
639
+ Generated_Code/
640
+
641
+ # Backup & report files from converting an old project file
642
+ # to a newer Visual Studio version. Backup files are not needed,
643
+ # because we have git ;-)
644
+ _UpgradeReport_Files/
645
+ Backup*/
646
+ UpgradeLog*.XML
647
+ UpgradeLog*.htm
648
+ ServiceFabricBackup/
649
+ *.rptproj.bak
650
+
651
+ # SQL Server files
652
+ *.mdf
653
+ *.ldf
654
+ *.ndf
655
+
656
+ # Business Intelligence projects
657
+ *.rdl.data
658
+ *.bim.layout
659
+ *.bim_*.settings
660
+ *.rptproj.rsuser
661
+ *- [Bb]ackup.rdl
662
+ *- [Bb]ackup ([0-9]).rdl
663
+ *- [Bb]ackup ([0-9][0-9]).rdl
664
+
665
+ # Microsoft Fakes
666
+ FakesAssemblies/
667
+
668
+ # GhostDoc plugin setting file
669
+ *.GhostDoc.xml
670
+
671
+ # Node.js Tools for Visual Studio
672
+ .ntvs_analysis.dat
673
+ node_modules/
674
+
675
+ # Visual Studio 6 build log
676
+ *.plg
677
+
678
+ # Visual Studio 6 workspace options file
679
+ *.opt
680
+
681
+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
682
+ *.vbw
683
+
684
+ # Visual Studio 6 auto-generated project file (contains which files were open etc.)
685
+ *.vbp
686
+
687
+ # Visual Studio 6 workspace and project file (working project files containing files to include in project)
688
+ *.dsw
689
+ *.dsp
690
+
691
+ # Visual Studio 6 technical files
692
+
693
+ # Visual Studio LightSwitch build output
694
+ **/*.HTMLClient/GeneratedArtifacts
695
+ **/*.DesktopClient/GeneratedArtifacts
696
+ **/*.DesktopClient/ModelManifest.xml
697
+ **/*.Server/GeneratedArtifacts
698
+ **/*.Server/ModelManifest.xml
699
+ _Pvt_Extensions
700
+
701
+ # Paket dependency manager
702
+ .paket/paket.exe
703
+ paket-files/
704
+
705
+ # FAKE - F# Make
706
+ .fake/
707
+
708
+ # CodeRush personal settings
709
+ .cr/personal
710
+
711
+ # Python Tools for Visual Studio (PTVS)
712
+ *.pyc
713
+
714
+ # Cake - Uncomment if you are using it
715
+ # tools/**
716
+ # !tools/packages.config
717
+
718
+ # Tabs Studio
719
+ *.tss
720
+
721
+ # Telerik's JustMock configuration file
722
+ *.jmconfig
723
+
724
+ # BizTalk build output
725
+ *.btp.cs
726
+ *.btm.cs
727
+ *.odx.cs
728
+ *.xsd.cs
729
+
730
+ # OpenCover UI analysis results
731
+ OpenCover/
732
+
733
+ # Azure Stream Analytics local run output
734
+ ASALocalRun/
735
+
736
+ # MSBuild Binary and Structured Log
737
+ *.binlog
738
+
739
+ # NVidia Nsight GPU debugger configuration file
740
+ *.nvuser
741
+
742
+ # MFractors (Xamarin productivity tool) working folder
743
+ .mfractor/
744
+
745
+ # Local History for Visual Studio
746
+ .localhistory/
747
+
748
+ # Visual Studio History (VSHistory) files
749
+ .vshistory/
750
+
751
+ # BeatPulse healthcheck temp database
752
+ healthchecksdb
753
+
754
+ # Backup folder for Package Reference Convert tool in Visual Studio 2017
755
+ MigrationBackup/
756
+
757
+ # Ionide (cross platform F# VS Code tools) working folder
758
+ .ionide/
759
+
760
+ # Fody - auto-generated XML schema
761
+ FodyWeavers.xsd
762
+
763
+ # VS Code files for those working on multiple tools
764
+ *.code-workspace
765
+
766
+ # Local History for Visual Studio Code
767
+
768
+ # Windows Installer files from build outputs
769
+
770
+ # JetBrains Rider
771
+ *.sln.iml
772
+
773
+ ### VisualStudio Patch ###
774
+ # Additional files built by Visual Studio
775
+
776
+ # End of https://www.toptal.com/developers/gitignore/api/macos,dotenv,python,windows,intellij,visualstudiocode,visualstudio,linux