Ulm-IQO / qudi-core

A framework for modular measurement applications.
GNU General Public License v3.0
28 stars 21 forks source link

Updating gitignore #89

Closed prithviulm closed 4 months ago

prithviulm commented 5 months ago

Description

Updating the .gitignore file to be more relevant.

Motivation and Context

The .gitignore file misses several files that new users may accidentally commit to the repo. Also various directories and cache files generated by testing suites, documentation generation, other IDEs (e.g. VS Code) are not currently excluded by the .gitignore file.

How Has This Been Tested?

I have only tested this locally with the latest commit 8ace055a0aff38ee9e166816b12712c0337038ef from the main branch and checked that no important core files or others have been accidentally excluded.

Types of changes

Checklist:

prithviulm commented 5 months ago

I haven't done the checklist because I'm not sure if it's relevant to this type of change. If I need to update the docs/changelog.md, let me know.

timoML commented 5 months ago

Can you create a branch for qudi-iqo-modules as well? I can merge it there without repeating another PR.

prithviulm commented 5 months ago

Yup I've done that here https://github.com/Ulm-IQO/qudi-iqo-modules/pull/125. I filed a PR at the same time so it's actually going to be a duplicate PR.