Skip to content

Commit

Permalink
und - Updated GitIgnore
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Dec 20, 2023
1 parent 5cce174 commit f470dae
Showing 1 changed file with 52 additions and 3 deletions.
55 changes: 52 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore

# User-specific files
*.rsuser
Expand All @@ -18,6 +18,10 @@ mono_crash.*

# Build results
[Dd]ebug/
!public/*/Shell/Shells/Debug/
!public/*/Shell/Shells/Debug/**
!public/*/Shell/Prompts/Presets/Debug/
!public/*/Shell/Prompts/Presets/Debug/**
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
Expand All @@ -29,9 +33,11 @@ x86/
bld/
[Bb]in/
[Oo]bj/
[Oo]ut/
[Ll]og/
[Ll]ogs/
KSBuild/
KSTest/
KSAnalyzer/

# Visual Studio 2015/2017 cache/options directory
.vs/
Expand Down Expand Up @@ -91,6 +97,7 @@ StyleCopReport.xml
*.tmp_proj
*_wpftmp.csproj
*.log
*.tlog
*.vspscc
*.vssscc
.builds
Expand Down Expand Up @@ -294,6 +301,17 @@ node_modules/
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw

# Visual Studio 6 auto-generated project file (contains which files were open etc.)
*.vbp

# Visual Studio 6 workspace and project file (working project files containing files to include in project)
*.dsw
*.dsp

# Visual Studio 6 technical files
*.ncb
*.aps

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
Expand Down Expand Up @@ -350,6 +368,9 @@ ASALocalRun/
# Local History for Visual Studio
.localhistory/

# Visual Studio History (VSHistory) files
.vshistory/

# BeatPulse healthcheck temp database
healthchecksdb

Expand All @@ -360,4 +381,32 @@ MigrationBackup/
.ionide/

# Fody - auto-generated XML schema
FodyWeavers.xsd
FodyWeavers.xsd

# VS Code files for those working on multiple tools
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/

# Windows Installer files from build outputs
*.cab
*.msi
*.msix
*.msm
*.msp

# JetBrains Rider
*.sln.iml

# DocGen
docs/
DocGen/api/

# Vim
*.swp

0 comments on commit f470dae

Please sign in to comment.