mirror of
https://github.com/onyx-and-iris/q3rcon-ps.git
synced 2026-04-18 02:43:30 +00:00
initial commit
This commit is contained in:
109
.gitignore
vendored
Normal file
109
.gitignore
vendored
Normal file
@@ -0,0 +1,109 @@
|
||||
bin/
|
||||
obj/
|
||||
.ionide/
|
||||
project.lock.json
|
||||
*-tests.xml
|
||||
/debug/
|
||||
/staging/
|
||||
/Packages/
|
||||
*.nuget.props
|
||||
|
||||
# dotnet cli install/uninstall scripts
|
||||
dotnet-install.ps1
|
||||
dotnet-install.sh
|
||||
dotnet-uninstall-pkgs.sh
|
||||
dotnet-uninstall-debian-packages.sh
|
||||
|
||||
# VS auto-generated solution files for project.json solutions
|
||||
*.xproj
|
||||
*.xproj.user
|
||||
*.suo
|
||||
|
||||
# VS auto-generated files for csproj files
|
||||
*.csproj.user
|
||||
|
||||
# Visual Studio IDE directory
|
||||
.vs/
|
||||
|
||||
# VSCode directories that are not at the repository root
|
||||
/**/.vscode/
|
||||
|
||||
# Project Rider IDE files
|
||||
.idea.powershell/
|
||||
|
||||
# Ignore executables
|
||||
*.exe
|
||||
*.msi
|
||||
*.appx
|
||||
*.msix
|
||||
|
||||
# Ignore binaries and symbols
|
||||
*.pdb
|
||||
*.dll
|
||||
*.wixpdb
|
||||
|
||||
# Ignore packages
|
||||
*.deb
|
||||
*.tar.gz
|
||||
*.zip
|
||||
*.rpm
|
||||
*.pkg
|
||||
*.nupkg
|
||||
*.AppImage
|
||||
|
||||
# default location for produced nuget packages
|
||||
/nuget-artifacts
|
||||
|
||||
# resgen output
|
||||
gen
|
||||
|
||||
# Per repo profile
|
||||
.profile.ps1
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
.com.apple.timemachine.donotpresent
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# TestsResults
|
||||
TestsResults*.xml
|
||||
ParallelXUnitResults.xml
|
||||
xUnitResults.xml
|
||||
|
||||
# Resharper settings
|
||||
PowerShell.sln.DotSettings.user
|
||||
*.msp
|
||||
StyleCop.Cache
|
||||
|
||||
# Ignore SelfSignedCertificate autogenerated files
|
||||
test/tools/Modules/SelfSignedCertificate/
|
||||
|
||||
# BenchmarkDotNet artifacts
|
||||
test/perf/BenchmarkDotNet.Artifacts/
|
||||
|
||||
# Test generated module
|
||||
test/tools/Modules/Microsoft.PowerShell.NamedPipeConnection/
|
||||
|
||||
# Test generated startup profile
|
||||
StartupProfileData-NonInteractive
|
||||
|
||||
# Ignore logfiles
|
||||
logfile/*
|
||||
|
||||
# Manifest
|
||||
*.psd1
|
||||
|
||||
# config
|
||||
config.psd1
|
||||
Reference in New Issue
Block a user