{"id":19656719,"url":"https://github.com/daggerok/gitignore-idea-runconfigurations","last_synced_at":"2025-04-30T21:09:27.505Z","repository":{"id":151041697,"uuid":"227220003","full_name":"daggerok/gitignore-idea-runConfigurations","owner":"daggerok","description":"IntelliJ IDEA .gitignore file configuration include (exclude fron git ignore) all runConfigurations","archived":false,"fork":false,"pushed_at":"2019-12-10T21:57:44.000Z","size":8,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T21:09:23.073Z","etag":null,"topics":["git","gitignore","idea","idea-run-configurations","run-configuration"],"latest_commit_sha":null,"homepage":null,"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/daggerok.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}},"created_at":"2019-12-10T21:33:12.000Z","updated_at":"2024-06-07T11:46:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"0f7699f4-7aec-4064-9938-76f5a993d6be","html_url":"https://github.com/daggerok/gitignore-idea-runConfigurations","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/daggerok%2Fgitignore-idea-runConfigurations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fgitignore-idea-runConfigurations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fgitignore-idea-runConfigurations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fgitignore-idea-runConfigurations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daggerok","download_url":"https://codeload.github.com/daggerok/gitignore-idea-runConfigurations/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251782775,"owners_count":21642987,"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","idea","idea-run-configurations","run-configuration"],"created_at":"2024-11-11T15:28:42.719Z","updated_at":"2025-04-30T21:09:27.485Z","avatar_url":"https://github.com/daggerok.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# exclude idea files except runConfigurations\nIntelliJ IDEA .gitignore file configuration include (exclude fron git ignore) all runConfigurations\n\n## exclude .idea except .idea/runConfigurations/\\*\n\n```.gitignore\n.idea\n!.idea/\n.idea/*\n!.idea/runConfigurations/\n```\n\nexplain pattern is very simple: start from project root and move deeply to folder you want keep track\n\n```.gitignore\n# let's assume we have ignored folder a\n# but we want keep track in a repo only folders: a/b/c and a/b/d\na\n!a/\na/*\n!a/b/\na/b/*\n!a/b/c/\n!a/b/d/\n```\n\n## exclude legacy project / workspace idea files\n\n```.gitignore\n*.iml\n*.ipr\n*.iws\n```\n\n## exclude idea compile output directory\n\n```.gitignore\n/out/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fgitignore-idea-runconfigurations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaggerok%2Fgitignore-idea-runconfigurations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fgitignore-idea-runconfigurations/lists"}