Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/di-sukharev/opencommit
/ isFileExcludedFromDiff
Function
isFileExcludedFromDiff
out/cli.cjs:85702–85702 ·
view source on GitHub ↗
(file)
Source
from the content-addressed store, hash-verified
85700
};
85701
var
gitAdd =
async
({ files }) => {
85702
const
gitDir =
await
getGitDir();
85703
const
gitAddSpinner = le();
85704
gitAddSpinner.start(
"Adding files to commit"
);
85705
await
execa(
"git"
, [
"add"
, ...files], { cwd: gitDir });
Callers
1
getDiff
Function · 0.70
Calls
1
includes
Method · 0.80
Tested by
no test coverage detected