feat(global): add ai-related stuff to gitignore, initialize repomix

This commit is contained in:
h
2025-09-01 01:52:58 +03:00
parent 5db99af225
commit 3e596b924f
3 changed files with 47 additions and 0 deletions

2
.gitignore vendored
View File

@@ -25,3 +25,5 @@ logs
# AI-related
.windsurf
repomix-output.xml
.bmad-*

4
.repomixignore Normal file
View File

@@ -0,0 +1,4 @@
bun.lock
repomix.config.json
.repomixignore
.gitignore

41
repomix.config.json Normal file
View File

@@ -0,0 +1,41 @@
{
"$schema": "https://repomix.com/schemas/latest/schema.json",
"input": {
"maxFileSize": 52428800
},
"output": {
"filePath": "repomix-output.xml",
"style": "xml",
"parsableStyle": false,
"fileSummary": true,
"directoryStructure": true,
"files": true,
"removeComments": false,
"removeEmptyLines": false,
"compress": false,
"topFilesLength": 5,
"showLineNumbers": false,
"truncateBase64": false,
"copyToClipboard": false,
"tokenCountTree": false,
"git": {
"sortByChanges": true,
"sortByChangesMaxCommits": 100,
"includeDiffs": false,
"includeLogs": false,
"includeLogsCount": 50
}
},
"include": [],
"ignore": {
"useGitignore": true,
"useDefaultPatterns": true,
"customPatterns": []
},
"security": {
"enableSecurityCheck": true
},
"tokenCount": {
"encoding": "o200k_base"
}
}