├── .github └── buymeacoffee ├── .gitignore ├── .roomodes ├── LICENSE └── README.md /.github/buymeacoffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enescingoz/roocode-workspace/HEAD/.github/buymeacoffee -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | memory-bank/ 2 | .vscode 3 | .roomodes -------------------------------------------------------------------------------- /.roomodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enescingoz/roocode-workspace/HEAD/.roomodes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enescingoz/roocode-workspace/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/enescingoz/roocode-workspace/HEAD/README.md --------------------------------------------------------------------------------