{"id":28589714,"url":"https://github.com/bytexgrid/gitlost","last_synced_at":"2025-08-20T15:12:52.182Z","repository":{"id":297818779,"uuid":"998002660","full_name":"BytexGrid/gitlost","owner":"BytexGrid","description":" Smart .gitignore Generator","archived":false,"fork":false,"pushed_at":"2025-06-08T08:15:12.000Z","size":1171,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-22T05:36:39.918Z","etag":null,"topics":["git","gitignore","gitignore-generator"],"latest_commit_sha":null,"homepage":"https://bytexgrid.github.io/gitlost/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BytexGrid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-07T16:55:35.000Z","updated_at":"2025-06-08T08:04:11.000Z","dependencies_parsed_at":"2025-06-07T17:46:52.717Z","dependency_job_id":null,"html_url":"https://github.com/BytexGrid/gitlost","commit_stats":null,"previous_names":["bytexgrid/gitlost"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BytexGrid/gitlost","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytexGrid%2Fgitlost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytexGrid%2Fgitlost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytexGrid%2Fgitlost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytexGrid%2Fgitlost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BytexGrid","download_url":"https://codeload.github.com/BytexGrid/gitlost/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytexGrid%2Fgitlost/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271338100,"owners_count":24742096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","gitignore","gitignore-generator"],"created_at":"2025-06-11T08:11:19.038Z","updated_at":"2025-08-20T15:12:52.137Z","avatar_url":"https://github.com/BytexGrid.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitLost\n\nGitLost is a smart .gitignore generator that helps developers create accurate and comprehensive .gitignore files for their projects. It provides an intuitive interface to select from a wide range of templates and automatically generates the appropriate .gitignore file.\n\n## Important Notes\n\n### File Format\nWhen downloading the .gitignore file, please ensure the file extension is `.gitignore`. Different browsers may save the file with various extensions or without an extension. After downloading:\n1. Check the downloaded file's extension\n2. If it's not `.gitignore`, rename it to `.gitignore`\n3. Place the file in your project's root directory\n\n### Auto-Detection Feature\nGitLost can automatically detect and select appropriate templates by analyzing your `package.json` or `requirements.txt` file. Simply drag and drop your file onto the interface. However, please note:\n- Auto-detection is not 100% accurate and may not catch all required templates\n- We recommend manually reviewing the selected templates\n- Add or remove templates based on your project's specific needs\n- The auto-detection feature is meant to be a starting point, not a complete solution\n\n## Features\n\n- Interactive template selection\n- Support for 249+ different project types and frameworks\n- Real-time preview of generated .gitignore content\n- Copy to clipboard functionality\n- Download .gitignore file directly\n- Auto-detection of project dependencies from package.json or requirements.txt\n- Modern, responsive design\n- Dark mode support\n\n## Used by\n\n[![Used by](https://img.shields.io/badge/dynamic/json?color=blue\u0026label=Used%20by\u0026query=count\u0026url=https%3A%2F%2Fraw.githubusercontent.com%2Fbytexgrid%2Fgitlost%2Fmain%2Fused-by.json)](https://github.com/bytexgrid/gitlost)\n\n\u003ca href=\"https://github.com/bytexgrid/gitlost/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=bytexgrid/gitlost\" /\u003e\n\u003c/a\u003e\n\n## Getting Started\n\nVisit [GitLost](https://bytexgrid.github.io/gitlost) to start generating your .gitignore files.\n\n### Usage\n\n1. Select your project type(s) from the left panel\n2. Preview the generated .gitignore content\n3. Copy to clipboard or download the file\n4. Place the .gitignore file in your project's root directory\n\n## Development\n\n### Prerequisites\n\n- Node.js 14.x or later\n- npm or yarn\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/bytexgrid/gitlost.git\n\n# Navigate to the project directory\ncd gitlost/gitlost-app\n\n# Install dependencies\nnpm install\n# or\nyarn install\n```\n\n### Running Locally\n\n```bash\n# Start the development server\nnpm run dev\n# or\nyarn dev\n```\n\nThe application will be available at `http://localhost:3000`.\n\n### Building for Production\n\n```bash\n# Build the application\nnpm run build\n# or\nyarn build\n\n# Start the production server\nnpm run start\n# or\nyarn start\n```\n\n### Deployment\n\nThe project is configured for GitHub Pages deployment:\n\n```bash\n# Build for GitHub Pages\nnpm run build:gh\n# or\nyarn build:gh\n\n# Deploy to GitHub Pages\nnpm run deploy\n# or\nyarn deploy\n```\n\n## Tech Stack\n\n- Next.js 14\n- React 18\n- TypeScript\n- Tailwind CSS\n- GitHub Pages\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\nRefer to CONTRIBUTING.md\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the GNUv3 License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Inspired by the need for a more user-friendly .gitignore generator\n- Built with modern web technologies for optimal performance\n- Thanks to all contributors ( currently just - BytexGrid :) who have helped shape this project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytexgrid%2Fgitlost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytexgrid%2Fgitlost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytexgrid%2Fgitlost/lists"}