Skip to content

Commit

Permalink
Update .gitignore to exclude additional IDE configuration files
Browse files Browse the repository at this point in the history
Added ignore rules for IDE-specific files in 'cometbft' and 'firemantra' directories. This helps maintain a cleaner repository by excluding unnecessary configuration files used by the development environment.
  • Loading branch information
billettc committed Oct 8, 2024
1 parent 40a80eb commit fc40bec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
/fireinjective/.idea/
/fireinjective/devel/.env
/fireinjective/devel/data
/cometbft/03811/.idea/.gitignore
/cometbft/03811/.idea/03811.iml
/cometbft/03811/.idea/modules.xml
/cometbft/03811/.idea/vcs.xml
/firemantra/.idea/.gitignore
/firemantra/.idea/firemantra.iml
/firemantra/.idea/modules.xml
/firemantra/.idea/vcs.xml

0 comments on commit fc40bec

Please sign in to comment.