aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added gitignore for firebaseDrDead02024-12-011-0/+44
|
* Merge pull request #4540 from moser-jose/moserjTim Hunter2024-11-271-0/+7
|\ | | | | included lines in Laravel.gitignore file
| * remove lines /.fleet /.idea /.nova /.vscode /.zedmoser-jose2024-11-261-5/+0
| |
| * included lines in Laravel.gitignore filemoser-jose2024-11-211-0/+12
| |
* | Merge pull request #4173 from jmarsh411/mainTim Hunter2024-11-231-0/+1
|\ \ | |/ |/|
| * ignore meta files of unity packagesJosh Marshall2022-10-171-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/mainTim Hunter2024-11-191-0/+42
|\ \ | | | | | | Add OpenTofu to community
| * | Add OpenTofu to communityOwen Valentine2024-10-161-0/+42
| | |
* | | Merge pull request #4512 from mergenci/fix-broken-links-to-git-bookDaniel Johnson2024-11-192-2/+2
|\ \ \ | | | | | | | | Fix broken links to Git book
| * | | Fix broken links to Git book.Cem Mergenci2024-09-272-2/+2
| | | |
* | | | Merge pull request #4493 from MattKotsenas/patch-1Devin Dooley2024-10-171-0/+2
|\ \ \ \ | |_|/ / |/| | | Exclude Directory.Build.rsp from VisualStudio.gitignore template
| * | | Update VisualStudio.gitignoreMatt Kotsenas2024-08-141-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-moveDevin Dooley2024-10-151-0/+6
|\ \ \ \ | | | | | | | | | | Adds Move language
| * | | | Adds Move languageGreg Nazario2024-10-021-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-filesDaniel Johnson2024-10-041-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | feat: add KiCad lock/autosave files
| * | | | feat: add KiCad lock/autosave filesLoo Zheng Yuan2023-12-271-0/+2
| | | | |
* | | | | Merge pull request #4503 from bschaatsbergen/f/add-zig-ignoreDevin Dooley2024-09-091-3/+1
|\ \ \ \ \ | | | | | | | | | | | | chore: change `zig-cache/` to `.zig-cache/`
| * \ \ \ \ Merge branch 'main' into f/add-zig-ignoreBruno Schaatsbergen2024-09-090-0/+0
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #3975 from svc-user/mainDevin Dooley2024-09-091-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Create Zig.gitignore
| * | | | | | Create Zig.gitignoreBick Doner2022-02-161-0/+4
| | | | | | |
| | * | | | | feat: add Zig.gitignoreBruno Schaatsbergen2024-09-071-0/+2
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Bruno Schaatsbergen <git@bschaatsbergen.com>
* | | | | | Merge pull request #4485 from SunnyCloudYang/mainDevin Dooley2024-08-311-0/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Create Hexo.gitignore
| * \ \ \ \ \ Merge branch 'main' of https://github.com/SunnyCloudYang/gitignoreYunyang2024-08-312-0/+6
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'github:main' into mainGoodNullName2024-08-312-0/+6
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #4445 from costaparas/feature/update-terraformDaniel Johnson2024-08-301-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Ignore terragrunt cache
| * | | | | | | | Migrate terragrunt ignore to new template as suggestedCosta Paraskevopoulos2024-05-312-4/+3
| | | | | | | | |
| * | | | | | | | Ignore terragrunt cacheCosta Paraskevopoulos2024-05-131-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/rescriptDaniel Johnson2024-08-301-0/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | Create ReScript.gitignore
| * | | | | | | | Update ReScript.gitignoreBrett Cannon2024-06-121-1/+0
| | | | | | | | |
| * | | | | | | | Create ReScript.gitignoreBrett Cannon2024-05-251-0/+4
| |/ / / / / / /
| | * / / / / / docs: update Hexo.gitignoreYunyang2024-08-311-7/+4
| | |/ / / / /
| | * | | | | fix: update Hexo.gitignoreYunyang2024-08-311-3/+1
| | | | | | |
| | * | | | | Remove some global ignoresYunyang2024-07-171-10/+4
| | | | | | |
| | * | | | | Update Hexo.gitignoreYunyang2024-07-171-1/+4
| | | | | | |
| | * | | | | Add Hexo.gitignoreYunyang2024-07-171-0/+22
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #3997 from 417-72KI/update-objcDaniel Johnson2024-06-111-7/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Remove `CodeInjection` block from Objective-C.gitignore
| * | | | | Remove `CodeInjection` block from Objective-C.gitignore417-72KI2022-03-081-7/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #4454 from diffstorm/mainDaniel Johnson2024-06-031-0/+47
|\ \ \ \ \ | | | | | | | | | | | | Create IAR.gitignore
| * \ \ \ \ Merge pull request #1 from diffstorm/diffstorm-create-IAR.gitignorediffstorm2024-05-311-0/+47
| |\ \ \ \ \ | | | | | | | | | | | | | | Create IAR.gitignore
| | * | | | | Create IAR.gitignorediffstorm2024-05-311-0/+47
| |/ / / / / | | | | | | | | | | | | gitignore for IAR Embedded Workbench
* | | | | | Merge pull request #4456 from cyuanli/mainDaniel Johnson2024-06-031-3/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Revert #4451
| * | | | | Revert #4451Cliff Li2024-06-031-3/+0
|/ / / / /
* | | | | Merge pull request #4451 from githubofkrishnadhas/mainDaniel Johnson2024-05-301-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Update Terraform.gitignore to ignore .hcl files based on pr #4447
| * | | | | Update Terraform.gitignore to ignore .hcl filesKrishnadhas N K2024-05-301-0/+3
|/ / / / /
* | | | | Merge pull request #4220 from DeveloppeurPascal/patch-1Daniel Johnson2024-05-291-0/+12
|\ \ \ \ \ | | | | | | | | | | | | Added Delphi default compile/construct directories
| * \ \ \ \ Merge branch 'github:main' into patch-1Patrick Prémartin2024-05-222-1/+4
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Added Delphi default compile/construct directoriesPatrick Prémartin2022-12-291-0/+12
| | |_|/ / | |/| | |
* | | | | Merge pull request #4324 from jagreenwood/patch-1Daniel Johnson2024-05-290-0/+0
|\ \ \ \ \ | | | | | | | | | | | | Update Swift.gitignore - Remove Accio
| * | | | | Update Swift.gitignore - Remove AccioJeremy Greenwood2023-07-081-4/+0
| |/ / / /
* | | | | Merge pull request #3558 from Jeehut/patch-1Daniel Johnson2024-05-291-4/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove Accio after official deprecation