-
It is very common for Go projects to include a
vendordirectory also, containing deps (which can be downloaded bygo mod vendor). It might be useful to have a setting to exclude directories from Index and Statistics, which might also decrease system resource (mainly memory) usage. -
No such setting yet. Looks like a good improvement.
-
+1
-
OneDev
changed state to 'Closed' 3 years ago
Previous Value Current Value Open
Closed
-
OneDev
changed state to 'Released' 3 years ago
Previous Value Current Value Closed
Released
-
State changed as build #3130 is successful
-
Now in project setting there is a code analysis setting allows one to include/exclude file patterns to be analyzed.
| Type |
Improvement
|
| Priority |
Normal
|
| Assignee |
Issue Votes (1)
Is there a setting to exclude e.g., a
deps/dependencies directory from a project for the purpose of the Contributions / SLOC Statistics?Thank you!