1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-30 03:26:01 -04:00

remove unnecessary exclude

This commit is contained in:
silverwind 2024-06-17 21:40:38 +02:00
parent 22ee0ab5ee
commit 5d14bfa3b4
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -5,11 +5,6 @@
"tools/**/*", "tools/**/*",
"web_src/js/**/*", "web_src/js/**/*",
], ],
"exclude": [
"**/.git/**",
"**/.venv/**",
"**/vendor/**",
],
"compilerOptions": { "compilerOptions": {
"target": "esnext", "target": "esnext",
"module": "nodenext", "module": "nodenext",