David Asabina
a3855f82b9
feat: Add Gleam 1.5.x gitignore
...
this is useful for developers that init a gleam project into an existing
git repo where the `gleam new` tool will refrain from populating the
.gitignore file. This situation may occur for users of devenv.nix or
flake.nix.
2024-10-17 21:37:53 +02:00
Owen Valentine
30ce81193f
Add OpenTofu to community
2024-10-16 17:20:16 +02:00
Devin Dooley
53cf297127
Merge pull request #4408 from gregnazario/add-move
...
Adds Move language
2024-10-15 09:55:18 -07:00
Atul Kumar
c1469106b9
Jupyterlabs LSP virtual documents directory
2024-10-12 18:25:00 +05:30
Shane Reetz
92cceed617
Rename AutomationStudio4.gitignore to AutomationStudio, and move to Community folder
2024-10-11 14:24:26 -07:00
sctech
136e88cf4a
combine community/libogc.gitignore with C.gitignore
2024-10-11 23:13:01 +03:00
sctech
5357b0df58
add libogc.gitignore (wii homebrew development)
2024-10-11 22:54:52 +03:00
Daniel Johnson
274c32303f
Merge pull request #4388 from loozhengyuan/feat/update-kicad-temp-files
...
feat: add KiCad lock/autosave files
2024-10-04 12:44:36 -07:00
Greg Nazario
ad949c4f01
Adds Move language
...
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.
2024-10-02 14:46:31 -07:00
yahyayozo
20d892ae4f
added STM32CubeIDE gitignore
2024-09-27 21:38:22 +01:00
Cem Mergenci
e3e4933fa5
Fix broken links to Git book.
2024-09-27 22:37:52 +03:00
Guillermo Rodríguez
a8d08b1682
Add generated libtool file and .libs/ directories
2024-09-25 10:32:07 +02:00
Lamparter
9f181e93ce
🙈 Update Cake comment line to match other comment lines
2024-09-12 17:55:04 +01:00
Devin Dooley
5445a27025
Merge pull request #4503 from bschaatsbergen/f/add-zig-ignore
...
chore: change `zig-cache/` to `.zig-cache/`
2024-09-09 14:28:50 -07:00
Bruno Schaatsbergen
aa8a4bee25
Merge branch 'main' into f/add-zig-ignore
2024-09-09 23:26:06 +02:00
Devin Dooley
ec0f03f241
Merge pull request #3975 from svc-user/main
...
Create Zig.gitignore
2024-09-09 14:06:54 -07:00
Bruno Schaatsbergen
4b771ac75a
feat: add Zig.gitignore
...
Signed-off-by: Bruno Schaatsbergen <git@bschaatsbergen.com>
2024-09-07 14:21:37 +02:00
oSumAtrIX
f55dbb03f3
Handle source folders inside subprojects in Gradle.gitignore
2024-09-05 20:32:33 +02:00
Kate Nyzhnyk
05e03d2b84
Ignore cargo mutants output
2024-09-01 18:58:49 +02:00
Devin Dooley
33243d9491
Merge pull request #4485 from SunnyCloudYang/main
...
Create Hexo.gitignore
2024-08-31 16:05:20 -07:00
Yunyang
aa39d37629
Merge branch 'main' of https://github.com/SunnyCloudYang/gitignore
2024-08-31 15:27:59 +08:00
Yunyang
fc32973012
docs: update Hexo.gitignore
2024-08-31 15:23:56 +08:00
GoodNullName
ec4bac82f4
Merge branch 'github:main' into main
2024-08-31 14:10:26 +08:00
Yunyang
e624f8594a
fix: update Hexo.gitignore
2024-08-31 13:33:36 +08:00
Daniel Johnson
c22fd083e7
Merge pull request #4445 from costaparas/feature/update-terraform
...
Ignore terragrunt cache
2024-08-30 13:14:51 -07:00
Daniel Johnson
ec300b949b
Merge pull request #4449 from brettcannon/rescript
...
Create ReScript.gitignore
2024-08-30 13:13:22 -07:00
Matt Kotsenas
71eddf97b6
Update VisualStudio.gitignore
...
`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
2024-08-14 17:27:36 -07:00
Martin Leduc
256d85d2c7
Make case-insensitive
2024-08-05 21:09:46 -04:00
Kent Bair
63e339f19f
Updated NCrunch cache path for v4.16+
2024-08-02 15:53:33 -06:00
Matt Alexander
6c54172ecc
Update Linux.gitignore
2024-07-31 07:47:55 -05:00
Spirit
4790fe041c
Merge branch 'github:main' into main
2024-07-29 04:37:03 +03:00
Yunyang
3a3cf7fad4
Remove some global ignores
2024-07-17 16:53:33 +08:00
Yunyang
038a66091d
Update Hexo.gitignore
2024-07-17 16:37:58 +08:00
Yunyang
14be7ece29
Add Hexo.gitignore
2024-07-17 16:34:18 +08:00
Martin Leduc
45236d16ef
Add files for Access
...
Suggestions taken from:
https://github.com/joyfullservice/msaccess-vcs-addin/blob/main/.gitignore.default
2024-07-04 19:11:00 -04:00
Martin Leduc
bc8923ba8c
Create VBA.gitignore
2024-06-29 22:24:40 -04:00
Rachit Sheth
eda97ee980
ignored vscode settings
2024-06-25 15:26:45 +01:00
Snox
e18a850340
Add bun.gitignore for Bun-based projects
...
This pull request adds a .gitignore file specifically designed for projects using Bun as a package manager. The bun.gitignore file includes rules to ignore common files and directories generated during development with Bun, as well as other tools and frameworks frequently used in conjunction with Bun.
2024-06-22 01:49:19 +02:00
kashi-x
9db05cc944
fix line length
2024-06-21 00:44:19 +09:00
kashi-x
772a211c7c
add pixi configure in python gitignore
2024-06-20 23:47:58 +09:00
Brett Cannon
a30c2940f1
Update ReScript.gitignore
2024-06-12 11:56:01 -07:00
Daniel Johnson
8779ee73af
Merge pull request #3997 from 417-72KI/update-objc
...
Remove `CodeInjection` block from Objective-C.gitignore
2024-06-11 11:14:44 -07:00
Rachit Sheth
92eba048f7
Changes completed as per the standard.
2024-06-07 17:31:26 +01:00
Rachit Sheth
b2d1fcee65
Added other files and extension to ignore to strengthen the terraform.gitignore template
2024-06-06 00:14:16 +01:00
Navaneeth Anand
95aacb9500
Update Python.gitignore
...
Add .pypirc to protect sensitive information
2024-06-04 08:37:10 +05:30
Rachit S
c5f768fc49
Merge branch 'main' into patch-1
2024-06-04 00:27:17 +01:00
Daniel Johnson
3674ae092f
Merge pull request #4454 from diffstorm/main
...
Create IAR.gitignore
2024-06-03 13:54:38 -07:00
Daniel Johnson
a74c28f4fa
Merge pull request #4456 from cyuanli/main
...
Revert #4451
2024-06-03 12:01:46 -07:00
Cliff Li
fbcb2e3f16
Revert #4451
2024-06-03 17:30:12 +02:00
Rachit S
00c65098c0
Update Terraform.gitignore
...
Added line to ignore graph file('s).
2024-06-02 17:40:41 +01:00