Skip to content

Instantly share code, notes, and snippets.

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

Abd El-Rahman Mustafa abd-el-rahman-mustafa

View GitHub Profile
@vmandic
vmandic / dotnet core .gitignore
Last active August 20, 2024 18:16
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