Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#
# OpenAPI generator
#
**/docs
**/.openapi-generator-ignore
**/git_push.sh
**/.gitignore
**/.travis.yml

#
# C#
#
**/*.sln
**/AssemblyInfo.cs
**/project.json
**/.vs
**/obj
**/bin
**/*.nuget.cache
**/*.nuget.props

#
# Java
#
**/.idea
**/target
**/.gradle
**/build

#
# PHP
#
**/vendor
**/*.iml
**/out.trace
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Marco
Copyright (c) 2019 Mastercard

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2,202 changes: 0 additions & 2,202 deletions MDES_Digital_Enablement.yaml

This file was deleted.

1 change: 1 addition & 0 deletions csharp/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.1.0
Loading