Skip to content

Instantly share code, notes, and snippets.

View amefu's full-sized avatar
🏠
Working from home

amefu

🏠
Working from home
View GitHub Profile
@amefu
amefu / dotnet-starter-project.md
Created April 4, 2025 14:29 — forked from andrericardo/dotnet-starter-project.md
cheatsheet dotnet command line commands to quickly setup new projects and solution

How to create a scaffold for .NET project

Create the folders

mkdir MyProject

cd MyProject

mkdir src test

@amefu
amefu / dotnet core .gitignore
Created February 5, 2020 23:58 — forked from vmandic/dotnet core .gitignore
A default .NET Core project .gitignore file
*.swp
*.*~
project.lock.json
.DS_Store
*.pyc
# Visual Studio Code
.vscode
# User-specific files