first commit
This commit is contained in:
parent
aece367046
commit
dc912082cd
7 changed files with 1381 additions and 174 deletions
20
.vscode/settings.json
vendored
Normal file
20
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
"**/.svn": true,
|
||||
"**/.hg": true,
|
||||
"**/CVS": true,
|
||||
"**/.DS_Store": true,
|
||||
"**/Thumbs.db": true,
|
||||
"**/.apivcs": true,
|
||||
"**/.gitignore": true,
|
||||
"**/.designer.json": true,
|
||||
"**/.exchange.xml": true,
|
||||
"**/.vscode": true,
|
||||
"**/.mvn": true,
|
||||
"**/.tmp": true,
|
||||
"**/.settings": true,
|
||||
"**/.exchange_modules_tmp": true,
|
||||
".mule": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue