1
0
Fork 0
mirror of https://github.com/IRS-Public/direct-file.git synced 2025-06-28 04:25:52 +00:00
This commit is contained in:
mitra 2025-06-24 10:40:24 +03:00 committed by GitHub
commit 01b17048df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 10 deletions

13
direct-file/.gitignore vendored Normal file
View 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

View file

@ -1,10 +0,0 @@
{
"xml.format.maxLineWidth": 120,
"[xml]": {
"editor.defaultFormatter": "redhat.vscode-xml",
"editor.tabSize": 2
},
"files.watcherExclude": {
"**/target": true
},
}