Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I was surprised to see that the structure set up by running "pbiviz new ____" did not include a .gitignore file. As I've got no experience in creating custom visuals I'm not fully sure of wha can be safely excluded from git repositories. Obviously node_modules can be, but are there any other directories or files I should be ignoring?
Thanks
Solved! Go to Solution.
Hello @callum,
We use this .gitignore:
node_modules .DS_Store .tmp dist typings .api *.log
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Hello @callum,
We use this .gitignore:
node_modules .DS_Store .tmp dist typings .api *.log
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
9 | |
7 | |
5 | |
4 | |
4 |