Skip to content

Instantly share code, notes, and snippets.

View abd-el-rahman-abd-el-zaher's full-sized avatar

Abd El-Rahman Abd El-Zaher abd-el-rahman-abd-el-zaher

View GitHub Profile
@vmandic
vmandic / dotnet core .gitignore
Last active July 18, 2024 09:03
A default .NET Core project .gitignore file - or just type `dotnet new gitignore`
# From .NET Core 3.0 you can use the command: `dotnet new gitignore` to generate a customizable .gitignore file
*.swp
*.*~
project.lock.json
.DS_Store
*.pyc
# Visual Studio Code
.vscode