Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit bfac5ab9 authored by Edouard Mangel's avatar Edouard Mangel
Browse files

add gitignore

parent 9416e471
No related branches found
No related tags found
No related merge requests found
*.swp
*.*~
project.lock.json
.DS_Store
*.pyc
nupkg/
# Visual Studio Code
.vscode
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
[Oo]ut/
msbuild.log
msbuild.err
msbuild.wrn
No preview for this file type
No preview for this file type
...@@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly = ...@@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules = build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Credit build_property.RootNamespace = Credit
build_property.ProjectDir = C:\Users\mange\source\repos\CorrigeTP3\Credit\ build_property.ProjectDir = c:\Users\mange\source\repos\CorrigeTP3\Credit\
No preview for this file type
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly = ...@@ -8,4 +8,4 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules = build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = UnitTests build_property.RootNamespace = UnitTests
build_property.ProjectDir = C:\Users\mange\source\repos\CorrigeTP3\UnitTests\ build_property.ProjectDir = c:\Users\mange\source\repos\CorrigeTP3\UnitTests\
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment