Skip to content
Snippets Groups Projects
Commit 99e7e366 authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Merge branch 'dev' into 'master'

Fix: Edited .gitignore to exclude .config folder

See merge request !13
parents 42a91590 ebce18c8
No related branches found
No related tags found
1 merge request!13Fix: Edited .gitignore to exclude .config folder
{
"version": 1,
"isRoot": true,
"tools": {
"gitversion.tool": {
"version": "5.11.1",
"commands": [
"dotnet-gitversion"
]
},
"dotnet-version-cli": {
"version": "2.3.1",
"commands": [
"dotnet-version"
]
}
}
}
\ No newline at end of file
......@@ -10,6 +10,9 @@
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Database connection for t4 class generation from database
**/*.generated.cs
# Build results
[Dd]ebug/
[Dd]ebugPublic/
......@@ -21,6 +24,7 @@ bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Pp]roperties/
# Visual Studio 2015 cache/options directory
.vs/
......@@ -265,3 +269,6 @@ __pycache__/
tools/*
!tools/packages.config
dist/
# Dotnet Tool Manifest
.config/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment