Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added gitignore for firebase | DrDead0 | 2024-12-01 | 1 | -0/+44 |
| | |||||
* | Merge pull request #4540 from moser-jose/moserj | Tim Hunter | 2024-11-27 | 1 | -0/+7 |
|\ | | | | | included lines in Laravel.gitignore file | ||||
| * | remove lines /.fleet /.idea /.nova /.vscode /.zed | moser-jose | 2024-11-26 | 1 | -5/+0 |
| | | |||||
| * | included lines in Laravel.gitignore file | moser-jose | 2024-11-21 | 1 | -0/+12 |
| | | |||||
* | | Merge pull request #4173 from jmarsh411/main | Tim Hunter | 2024-11-23 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | ignore meta files of unity packages | Josh Marshall | 2022-10-17 | 1 | -0/+1 |
| | | | | | | | | | | Unity packages were already ignored, but it seems in recent versions of Unity these also generate meta files for these. If the meta file isn't also ignored, the person who imports an asset containing a .unitypackage file could accidentally commit the meta files. For another who downloads those meta files, Unity would automatically delete them since they don't have the .unitypackage. The the importer commits them again and the cycle goes on and on until someone like me gets fed up. This fixes that inconsistency by adding the *.unitypackage.meta to the ignore list. | ||||
* | | Merge pull request #4520 from mediowen/main | Tim Hunter | 2024-11-19 | 1 | -0/+42 |
|\ \ | | | | | | | Add OpenTofu to community | ||||
| * | | Add OpenTofu to community | Owen Valentine | 2024-10-16 | 1 | -0/+42 |
| | | | |||||
* | | | Merge pull request #4512 from mergenci/fix-broken-links-to-git-book | Daniel Johnson | 2024-11-19 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | Fix broken links to Git book | ||||
| * | | | Fix broken links to Git book. | Cem Mergenci | 2024-09-27 | 2 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #4493 from MattKotsenas/patch-1 | Devin Dooley | 2024-10-17 | 1 | -0/+2 |
|\ \ \ \ | |_|/ / |/| | | | Exclude Directory.Build.rsp from VisualStudio.gitignore template | ||||
| * | | | Update VisualStudio.gitignore | Matt Kotsenas | 2024-08-14 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `Directory.Build.rsp` is a [documented file][1] that allows setting default arguments to command line builds. However, our .gitignore template ignores _all_ `*.rsp` files. which causes confusion: 1. Devs write an .rsp file and if they aren't being attentive forget to commit it 2. Adding it to git requires `git add --force`, which some devs mistake for a destructive or not-recommended action Thus, explicitly allow the `Directory.Build.rsp` file. [1]: https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-response-files?view=vs-2022#directorybuildrsp | ||||
* | | | | Merge pull request #4408 from gregnazario/add-move | Devin Dooley | 2024-10-15 | 1 | -0/+6 |
|\ \ \ \ | | | | | | | | | | | Adds Move language | ||||
| * | | | | Adds Move language | Greg Nazario | 2024-10-02 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move language is used for MoveVM based blockchains as the language native to them. The compiler provides a folder build/ that holds the build artifacts. The .aptos/ folder is ignored so people do not upload their private keys to a git repository. | ||||
* | | | | | Merge pull request #4388 from loozhengyuan/feat/update-kicad-temp-files | Daniel Johnson | 2024-10-04 | 1 | -0/+2 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | feat: add KiCad lock/autosave files | ||||
| * | | | | feat: add KiCad lock/autosave files | Loo Zheng Yuan | 2023-12-27 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | Merge pull request #4503 from bschaatsbergen/f/add-zig-ignore | Devin Dooley | 2024-09-09 | 1 | -3/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | chore: change `zig-cache/` to `.zig-cache/` | ||||
| * \ \ \ \ | Merge branch 'main' into f/add-zig-ignore | Bruno Schaatsbergen | 2024-09-09 | 0 | -0/+0 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #3975 from svc-user/main | Devin Dooley | 2024-09-09 | 1 | -0/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Create Zig.gitignore | ||||
| * | | | | | | Create Zig.gitignore | Bick Doner | 2022-02-16 | 1 | -0/+4 |
| | | | | | | | |||||
| | * | | | | | feat: add Zig.gitignore | Bruno Schaatsbergen | 2024-09-07 | 1 | -0/+2 |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | Signed-off-by: Bruno Schaatsbergen <git@bschaatsbergen.com> | ||||
* | | | | | | Merge pull request #4485 from SunnyCloudYang/main | Devin Dooley | 2024-08-31 | 1 | -0/+14 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Create Hexo.gitignore | ||||
| * \ \ \ \ \ | Merge branch 'main' of https://github.com/SunnyCloudYang/gitignore | Yunyang | 2024-08-31 | 2 | -0/+6 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'github:main' into main | GoodNullName | 2024-08-31 | 2 | -0/+6 |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge pull request #4445 from costaparas/feature/update-terraform | Daniel Johnson | 2024-08-30 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Ignore terragrunt cache | ||||
| * | | | | | | | | Migrate terragrunt ignore to new template as suggested | Costa Paraskevopoulos | 2024-05-31 | 2 | -4/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | Ignore terragrunt cache | Costa Paraskevopoulos | 2024-05-13 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This excludes the common/default location from source control Docs: https://terragrunt.gruntwork.io/docs/features/caching/ | ||||
* | | | | | | | | | Merge pull request #4449 from brettcannon/rescript | Daniel Johnson | 2024-08-30 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | Create ReScript.gitignore | ||||
| * | | | | | | | | Update ReScript.gitignore | Brett Cannon | 2024-06-12 | 1 | -1/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | Create ReScript.gitignore | Brett Cannon | 2024-05-25 | 1 | -0/+4 |
| |/ / / / / / / | |||||
| | * / / / / / | docs: update Hexo.gitignore | Yunyang | 2024-08-31 | 1 | -7/+4 |
| | |/ / / / / | |||||
| | * | | | | | fix: update Hexo.gitignore | Yunyang | 2024-08-31 | 1 | -3/+1 |
| | | | | | | | |||||
| | * | | | | | Remove some global ignores | Yunyang | 2024-07-17 | 1 | -10/+4 |
| | | | | | | | |||||
| | * | | | | | Update Hexo.gitignore | Yunyang | 2024-07-17 | 1 | -1/+4 |
| | | | | | | | |||||
| | * | | | | | Add Hexo.gitignore | Yunyang | 2024-07-17 | 1 | -0/+22 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #3997 from 417-72KI/update-objc | Daniel Johnson | 2024-06-11 | 1 | -7/+0 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Remove `CodeInjection` block from Objective-C.gitignore | ||||
| * | | | | | Remove `CodeInjection` block from Objective-C.gitignore | 417-72KI | 2022-03-08 | 1 | -7/+0 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #4454 from diffstorm/main | Daniel Johnson | 2024-06-03 | 1 | -0/+47 |
|\ \ \ \ \ | | | | | | | | | | | | | Create IAR.gitignore | ||||
| * \ \ \ \ | Merge pull request #1 from diffstorm/diffstorm-create-IAR.gitignore | diffstorm | 2024-05-31 | 1 | -0/+47 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Create IAR.gitignore | ||||
| | * | | | | | Create IAR.gitignore | diffstorm | 2024-05-31 | 1 | -0/+47 |
| |/ / / / / | | | | | | | | | | | | | gitignore for IAR Embedded Workbench | ||||
* | | | | | | Merge pull request #4456 from cyuanli/main | Daniel Johnson | 2024-06-03 | 1 | -3/+0 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Revert #4451 | ||||
| * | | | | | Revert #4451 | Cliff Li | 2024-06-03 | 1 | -3/+0 |
|/ / / / / | |||||
* | | | | | Merge pull request #4451 from githubofkrishnadhas/main | Daniel Johnson | 2024-05-30 | 1 | -0/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Update Terraform.gitignore to ignore .hcl files based on pr #4447 | ||||
| * | | | | | Update Terraform.gitignore to ignore .hcl files | Krishnadhas N K | 2024-05-30 | 1 | -0/+3 |
|/ / / / / | |||||
* | | | | | Merge pull request #4220 from DeveloppeurPascal/patch-1 | Daniel Johnson | 2024-05-29 | 1 | -0/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | Added Delphi default compile/construct directories | ||||
| * \ \ \ \ | Merge branch 'github:main' into patch-1 | Patrick Prémartin | 2024-05-22 | 2 | -1/+4 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| * | | | | | Added Delphi default compile/construct directories | Patrick Prémartin | 2022-12-29 | 1 | -0/+12 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #4324 from jagreenwood/patch-1 | Daniel Johnson | 2024-05-29 | 0 | -0/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | Update Swift.gitignore - Remove Accio | ||||
| * | | | | | Update Swift.gitignore - Remove Accio | Jeremy Greenwood | 2023-07-08 | 1 | -4/+0 |
| |/ / / / | |||||
* | | | | | Merge pull request #3558 from Jeehut/patch-1 | Daniel Johnson | 2024-05-29 | 1 | -4/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove Accio after official deprecation |