mirror of
https://github.com/IRS-Public/direct-file.git
synced 2025-06-27 20:25:52 +00:00
Merge bebfeade73
into e0d5c84451
This commit is contained in:
commit
01b17048df
2 changed files with 13 additions and 10 deletions
13
direct-file/.gitignore
vendored
Normal file
13
direct-file/.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
# VS Code
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
*.code-workspace
|
||||
|
||||
# JetBrains IDEs
|
||||
.idea/
|
||||
*.iml
|
||||
*.iws
|
||||
*.ipr
|
10
direct-file/.vscode/settings.json
vendored
10
direct-file/.vscode/settings.json
vendored
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"xml.format.maxLineWidth": 120,
|
||||
"[xml]": {
|
||||
"editor.defaultFormatter": "redhat.vscode-xml",
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"files.watcherExclude": {
|
||||
"**/target": true
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue