Skip to content

Instantly share code, notes, and snippets.

@soroshsabz
soroshsabz / .gitignore
Last active June 9, 2022 22:11 — forked from kmorcinek/.gitignore
Example .gitignore file I use for C# projects
# The following command works for downloading when using Git for Windows:
# curl -LOf http://gist.githubusercontent.com/kmorcinek/2710267/raw/.gitignore
#
# Download this file using PowerShell v3 under Windows with the following comand:
# Invoke-WebRequest https://gist.githubusercontent.com/kmorcinek/2710267/raw/ -OutFile .gitignore
#
# or wget:
# wget --no-check-certificate http://gist.githubusercontent.com/kmorcinek/2710267/raw/.gitignore
# User-specific files
@soroshsabz
soroshsabz / .suo
Created October 27, 2018 20:23 — forked from TechnologistAU/wordpress-install.ps1
WordPress Installation Script for Windows Server 2016 and Windows 10 (PowerShell)