Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add files to .gitignore #450

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

charles-zablit
Copy link
Contributor

This PR adds a few files to the .gitignore.

  • .DS_Store are automatically generated files on MacOS that manages thumbnails, they shouldn't be added to the repository. Please let me know what you think of this change, as some people have it in their global .gitignore.
  • out is the target folder when building artifacts with IntelliJ.

Please let me know if I can edit anything on this PR.

@codecov
Copy link

codecov bot commented Oct 4, 2022

Codecov Report

Merging #450 (7855787) into master (171e240) will increase coverage by 0.02%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #450      +/-   ##
============================================
+ Coverage     23.11%   23.14%   +0.02%     
  Complexity      305      305              
============================================
  Files            69       69              
  Lines          5810     5812       +2     
  Branches        789      790       +1     
============================================
+ Hits           1343     1345       +2     
  Misses         4236     4236              
  Partials        231      231              
Impacted Files Coverage Δ
...c/main/java/org/jitsi/jigasi/stats/Statistics.java 42.38% <0.00%> (-1.33%) ⬇️
...jigasi/transcription/VoskTranscriptionService.java 0.00% <0.00%> (ø)
src/main/java/org/jitsi/jigasi/JvbConference.java 45.08% <0.00%> (+0.14%) ⬆️
.../jitsi/jigasi/sounds/SoundNotificationManager.java 30.45% <0.00%> (+0.82%) ⬆️
...in/java/org/jitsi/jigasi/sounds/PlaybackQueue.java 56.14% <0.00%> (+1.75%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 171e240...7855787. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant