ansible-collections / community.windows

Windows community collection for Ansible
https://galaxy.ansible.com/community/windows
GNU General Public License v3.0
198 stars 153 forks source link

Minor fix. Remove and ignore .DS_Store #476

Closed Daniel-Sanchez-Fabregas closed 1 year ago

Daniel-Sanchez-Fabregas commented 1 year ago
SUMMARY

Seen unrelated file tests/integration/targets/win_domain_user/.DS_Store, removed it and added macos files to gitignore

ISSUE TYPE
COMPONENT NAME

N/A

ADDITIONAL INFORMATION

Used https://www.gitignore.io/api/git,linux,pydev,python,windows,pycharm+all,jupyternotebook,vim,webstorm,emacs,dotenv,macos to update gitignore, adding macos file support.

gitignore.io seems to have updated it's gitignore contents for other items.