Skip to content

Commit

Permalink
Changed a .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Mar 3, 2024
1 parent 4f92684 commit f40ada6
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,23 @@
[Bb]in/
[Oo]bj/

# Node.js tools
node_modules/
package-lock.json

# NUnit test results
TestResult.xml

# BenchmarkDotNet artifacts
BenchmarkDotNet.Artifacts/

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
.vs/
.vscode/
.idea/
*.sln.docstates
*.suo
*.user
Expand Down Expand Up @@ -53,6 +61,7 @@ PublishProfiles/
# NuGet Packages
packages/
*.nupkg
*.snupkg

# Others
.build/
Expand All @@ -70,4 +79,8 @@ packages/
_UpgradeReport_Files/
Backup*/
UpgradeLog.htm
UpgradeLog*.XML
UpgradeLog*.XML

# Current project-specific folders and files
nuget/
**/Resources/*.min.js

0 comments on commit f40ada6

Please sign in to comment.