Replies: 1 comment 1 reply
-
It is common practice to ignore both If you want to pre-define project views, you may store them in a different directory (example). Upon project import, the user can choose one of those project view files (which will be imported into If you have other reasons to store the /.ijwb/*
!/.ijwb/.idea |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Both GitHub and gitignore.io has this content in their gitignore template for Bazel
to ignore all files under
.<ij/as/cl>wb
.But I found that now some file is under these folders:
.bazelproject
file (project view)..idea
folder which contains all configs for JetBrains IDE, including something you might want to share with anyone who edit this repo with you, such as code style, copyright template, etc. If a project is imported to JetBrains IDE as a Bazel Project, the.idea
folder will always generated under.<ij/as/cl>wb
folder.Beta Was this translation helpful? Give feedback.
All reactions