Skip to content

Add .DS_Store to gitignore #2659

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -5,6 +5,9 @@
flamegraphs/*.svg
flamegraphs/flamegraph.folded

### MacOS ###
.DS_Store

### Node ###
# Logs
packages/logs

Unchanged files with check annotations Beta

[Type]
public partial record Baz
{
public string field;

Check warning on line 70 in modules/module-test-cs/Lib.cs

GitHub Actions / Test Suite

Non-nullable field 'field' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
}
[Type]
[Type]
public partial record TestFBaz
{
public string value;

Check warning on line 99 in modules/module-test-cs/Lib.cs

GitHub Actions / Test Suite

Non-nullable field 'value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
}
[Type]
// We can derive `Deserialize` for lifetime generic types:
public partial class Foo
{
public string field { get; set; }

Check warning on line 181 in modules/module-test-cs/Lib.cs

GitHub Actions / Test Suite

Non-nullable property 'field' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
// TODO: Bsatn seems not to be available in C# yet
//