White-Whale-Defi-Platform / white-whale-core

Core contracts for White Whale, The Interchain Liquidity Protocol for the Cosmos.
https://whitewhale.money
MIT License
36 stars 23 forks source link

Cleanup gitignores #326

Open kaimen-sano opened 5 months ago

kaimen-sano commented 5 months ago

We currently have a .gitignore in each contract. This can be simplified out.

As we use Cargo workspaces, we can also look to see if we can generate a general .editorconfig and relevant Clippy rules.