{"id":13544902,"url":"https://github.com/SandroMiguel/gitignore-boilerplate","last_synced_at":"2025-04-02T15:30:47.571Z","repository":{"id":89912137,"uuid":"174835321","full_name":"SandroMiguel/gitignore-boilerplate","owner":"SandroMiguel","description":"The inspirational .gitignore boilerplate","archived":false,"fork":false,"pushed_at":"2025-02-28T17:54:09.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T11:36:27.220Z","etag":null,"topics":["git","gitignore"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SandroMiguel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2019-03-10T14:32:35.000Z","updated_at":"2025-02-28T17:54:13.000Z","dependencies_parsed_at":"2025-04-02T11:41:16.722Z","dependency_job_id":null,"html_url":"https://github.com/SandroMiguel/gitignore-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SandroMiguel%2Fgitignore-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SandroMiguel%2Fgitignore-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SandroMiguel%2Fgitignore-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SandroMiguel%2Fgitignore-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SandroMiguel","download_url":"https://codeload.github.com/SandroMiguel/gitignore-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246841537,"owners_count":20842609,"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","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"],"created_at":"2024-08-01T11:00:54.771Z","updated_at":"2025-04-02T15:30:47.566Z","avatar_url":"https://github.com/SandroMiguel.png","language":null,"funding_links":[],"categories":["Getting Started"],"sub_categories":["Option B: Create a new repo from scratch"],"readme":"# **.gitignore** boilerplate\n\nThe inspirational .gitignore boilerplate\n\n[![license](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](LICENSE)\n\nFiles and directories that Git should ignore (for a general web project)\n\nDownload [.gitignore](.gitignore)\n\n```\n## .gitignore boilerplate v1.2.0 (2025-02-28) sandromiguel@sandromiguel.com\n\n## Editor directory\n**/.vscode\n\n## Ignore Node.js and Composer dependencies\n**/node_modules\n**/vendor\n\n## Ignore logs and debug files\n**/logs\n**/log\nyarn-error.log*\nnpm-debug.log*\n*.log\n\n## PHPUnit result cache\n.phpunit.result.cache\n\n## Ignore generated files\n*.map\n*.bak\n\n## Ignore environment file (secrets inside)\n.env\n\n## Ignore NPM configuration file\n.npmrc\n\n## Yarn - Not using Zero-Installs\n.pnp.*\n.yarn/*\n!.yarn/patches\n!.yarn/plugins\n!.yarn/releases\n!.yarn/sdks\n!.yarn/versions\n\n## Ignore storage and miscellaneous files\n**/storage\n**/.misc\n```\n\n## Tips\n\nHere are some tips and tricks for working with `.gitignore` files:\n\n### Negating Rules with `!`\n\nIn a `.gitignore` file, you can use the `!` symbol to negate a rule. This means that a file or directory matching the negated rule will be included, even if it matches a previous rule. For example:\n\n```\n# Ignore all .txt files\n*.txt\n\n# Except for specific.txt\n!specific.txt\n```\n\n### Recursive Directory Matching with `**/`\n\nYou can use `**/` to match directories recursively. For example:\n\n```\n# Ignore all .log files in any directory\n**/*.log\n```\n\n### Ignoring Entire Directories\n\nTo ignore an entire directory and its contents, use a trailing `/` like this:\n\n```\n# Ignore the entire \"logs\" directory\nlogs/\n```\n\n### Using Wildcards `*`\n\nThe `*` wildcard can be used to match zero or more characters. For example:\n\n```\n# Ignore all .bak files\n*.bak\n```\n\n## Contributing\n\nWant to contribute? All contributions are welcome. Read the [contributing guide](CONTRIBUTING.md).\n\n## Questions\n\nIf you have questions tweet me at [@sandro_m_m](https://twitter.com/sandro_m_m) or [open an issue](../../issues/new).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\n**~ sharing is caring ~**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSandroMiguel%2Fgitignore-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSandroMiguel%2Fgitignore-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSandroMiguel%2Fgitignore-boilerplate/lists"}