Add IntelliJ and Visual Studio Code editor files to .gitignore. Small QOL change :)
build: ignore common editor files #27275
pull Bushstar wants to merge 1 commits into bitcoin:master from Bushstar:gitignore-add-ides changing 1 files +3 −1-
Bushstar commented at 8:28 AM on March 17, 2023: contributor
-
build: ignore common editor files 261b9da1b5
-
DrahtBot commented at 8:28 AM on March 17, 2023: member
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--021abf342d371248e50ceaed478a90ca-->
Reviews
See the guideline for information on the review process.
Type Reviewers Concept NACK fanquake If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
- DrahtBot added the label Build system on Mar 17, 2023
-
fanquake commented at 8:29 AM on March 17, 2023: member
NACK. Feel free to add to your local (global) .gitignore.
-
Bushstar commented at 8:32 AM on March 17, 2023: contributor
If so should the Qt Creator entry be removed or leave it as this project uses Qt?
-
willcl-ark commented at 9:17 AM on March 17, 2023: member
@Bushstar I add project specific things to
.git/info/excludeinside the project. But perhaps more helpful for you if you are using an IDE like that is if you add a global gitignore and reference it in your git config:[core] excludesfile = /path/to/your/gitignore_globalThen you'll never be bothered by it again yourself.
-
fanquake commented at 9:28 AM on March 17, 2023: member
If so should the Qt Creator entry be removed or leave it as this project uses Qt?
Can probably just leave things as-is. At some point we had instructions for using Qt Creator.
- fanquake closed this on Mar 17, 2023
- Bushstar deleted the branch on Mar 17, 2023
-
Bushstar commented at 9:30 AM on March 17, 2023: contributor
@willcl-ark top tips. I now have a global .gitignore file.
- fanquake locked this on Mar 21, 2023