-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store repository configuration files in NeptunAI database. #21
Comments
Workflow:
|
export const supportedFileExtensionsMap = {
'js': 'js',
'jsx': 'jsx',
'json': 'json',
'toml': 'toml',
'ts': 'ts',
'tsx': 'tsx',
'vue': 'vue',
'vue-html': 'html',
'svelte': 'svelte',
'css': 'css',
'html': 'html',
'xml': 'xml',
'bash': 'sh',
'shell': 'sh',
'shellscript': 'sh',
'bat': 'bat',
'batch': 'bat',
'cmd': 'cmd',
'powershell': 'ps1',
'md': 'md',
'mdc': 'md',
'yaml': 'yaml',
'yml': 'yml',
'python': 'py',
'py': 'py',
'asciidoc': 'adoc',
'c': 'c',
'c#': 'cs',
'cs': 'cs',
'csharp': 'cs',
'c++': 'cpp',
'dart': 'dart',
'objective-c': 'm',
'objective-cpp': 'mm',
'swift': 'swift',
'docker': 'dockerfile',
'dockerfile': 'dockerfile',
'git-commit': 'txt',
'git-rebase': 'txt',
'go': 'go',
'java': 'java',
'kotlin': 'kt',
'gql': 'graphql',
'http': 'http',
'latex': 'tex',
'lua': 'lua',
'sass': 'sass',
'less': 'less',
'markdown': 'md',
'makefile': 'makefile',
'mdx': 'mdx',
'nginx': 'conf',
'nix': 'nix',
'php': 'php',
'scheme': 'scm',
'plsql': 'sql',
'sql': 'sql',
'postcss': 'css',
'prisma': 'prisma',
'rust': 'rs',
'rs': 'rs',
'csv': 'csv',
} as const |
2 tasks
TODO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
branches:
https://stackoverflow.com/questions/9272535/how-to-get-a-file-via-github-apis
https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax
https://docs.github.com/en/search-github/searching-on-github/searching-issues-and-pull-requests
The text was updated successfully, but these errors were encountered: