This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Update .gitignore so that node_modules is ignored#43
Merged
Conversation
Contributor
|
Just checked now. It's good and safe to merge it. Thanks! |
pbbhopp
pushed a commit
to veloxoft/space-swap-front
that referenced
this pull request
Mar 29, 2021
pbbhopp
pushed a commit
to veloxoft/space-swap-front
that referenced
this pull request
Mar 29, 2021
* chore: Extract providers to a separate file (WalletConnect#42) * rework: Integrate uikit theme (WalletConnect#43) * Integration fixes (WalletConnect#47) * fix: Card alignment on farm * fix: Global style definition * chore: Replace buttons by uikit (WalletConnect#52) * style: Install uikit and replace resetcss (WalletConnect#41) * chore: Extract providers to a separate file (WalletConnect#42) * rework: Integrate uikit theme (WalletConnect#43) * chore: Replace buttons by uikit (WalletConnect#52) * fix: TranslateString component * feat: Added layout components * wip(dashboard): Setting up cards and working with harvest all button * style: Updated layout components Fixed translation errors * refactor: Added hook to get farms and user balance * feat(home): FarmStakingCard * feat(home): Lottery card * wip(home): Cake stat card * fix: Harvest all * chore: Remove console log * fix: Yarn lock * chore: Fixed typo * fix(ui): Card styles on syrup pool Co-authored-by: RabbitDoge <72658581+RabbitDoge@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A preceding slash has crept into the .gitignore file so the
node_modulesfolder isn't ignored.sanity check from @PaulRBerg: as this is a change on the template side we don't need to take any further action than merging to develop right?