mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
Added ignored folders to the function for building a directory tree + added get_files function + changed the way Agents are imported
This commit is contained in:
@@ -13,5 +13,17 @@ STEPS = [
|
||||
'architecture',
|
||||
'development_planning',
|
||||
'environment_setup',
|
||||
'development'
|
||||
'coding'
|
||||
]
|
||||
|
||||
IGNORE_FOLDERS = [
|
||||
'.git',
|
||||
'.idea',
|
||||
'.vscode',
|
||||
'__pycache__',
|
||||
'node_modules',
|
||||
'package-lock.json',
|
||||
'venv',
|
||||
'dist',
|
||||
'build',
|
||||
]
|
||||
Reference in New Issue
Block a user