Skip to content

Commit

Permalink
Ignore Google IDX workspace customisations
Browse files Browse the repository at this point in the history
When using Google IDX, it sets up a local customisations folder
(`.idx`). This commit ignores that folder.

Ref:
- https://idx.dev/
- https://developers.google.com/idx/guides/customize-idx-env
  • Loading branch information
smaboshe committed May 24, 2024
1 parent edc2b3f commit ed39b2b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
*.swp
.bundle
gemfiles/*.lock
.idx
.rubocop-https*
coverage
factory_bot_rails-*.gem
factory_girl_rails-*.gem
gemfiles/*.lock
pkg
rdoc
test.db
tmp
.rubocop-https*
factory_bot_rails-*.gem

0 comments on commit ed39b2b

Please sign in to comment.