Skip to content

Instantly share code, notes, and snippets.

View eduardosacra's full-sized avatar

Eduardo Sacramento de Sousa eduardosacra

View GitHub Profile
@eduardosacra
eduardosacra / dotnet core .gitignore
Created February 16, 2021 00:16 — forked from vmandic/dotnet core .gitignore
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
server {
listen 80;
index index.php;
root /var/www/;
charset utf8;
location / {