Skip to content

Commit

Permalink
ci fix;
Browse files Browse the repository at this point in the history
  • Loading branch information
iSplasher committed Jan 4, 2024
1 parent 175181b commit 8adb3eb
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
out/

.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Swap the comments on the following lines if you wish to use zero-installs
# In that case, don't forget to run `yarn config set enableGlobalCache false`!
# Documentation here: https://yarnpkg.com/features/caching#zero-installs

#!.yarn/cache
.pnp.*

# Created by https://www.toptal.com/developers/gitignore/api/csharp,dotnetcore
# Edit at https://www.toptal.com/developers/gitignore?templates=csharp,dotnetcore
Expand All @@ -39,6 +26,8 @@ mono_crash.*
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
Expand Down Expand Up @@ -423,3 +412,17 @@ obj/
/wwwroot/node_modules

# End of https://www.toptal.com/developers/gitignore/api/csharp,dotnetcore

.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Swap the comments on the following lines if you wish to use zero-installs
# In that case, don't forget to run `yarn config set enableGlobalCache false`!
# Documentation here: https://yarnpkg.com/features/caching#zero-installs

#!.yarn/cache
.pnp.*

0 comments on commit 8adb3eb

Please sign in to comment.