Skip to content

Commit 8110d78

Browse files
authored
gitignore - properly ignore nuget config files (#4192)
# Description of Changes Ignoring nuget config files regardless of casing, as well as in the root directory since we generate them there now. # API and ABI breaking changes None. # Expected complexity level and risk 1 # Testing - [x] Files generated by `write-nuget-config.sh` are now properly ignored --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
1 parent 9642562 commit 8110d78

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,3 +238,6 @@ venv/
238238

239239
# Windows null device artifact
240240
nul
241+
242+
[Nn][Uu][Gg][Ee][Tt].[Cc][Oo][Nn][Ff][Ii][Gg]
243+
[Nn][Uu][Gg][Ee][Tt].[Cc][Oo][Nn][Ff][Ii][Gg].meta

sdks/csharp/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ bin~
7373
obj~
7474

7575
# This is used for local paths to SpacetimeDB packages.
76-
/nuget.config
77-
/nuget.config.meta
76+
[Nn][Uu][Gg][Ee][Tt].config
77+
[Nn][Uu][Gg][Ee][Tt].config.meta
7878
.idea/
7979

8080
# Hydrated SDK DLLs (produced by `cargo ci dlls`)

0 commit comments

Comments
 (0)