From ee3bd1d377515e51fd0c37fe03327f6bba544c29 Mon Sep 17 00:00:00 2001 From: Adam Fekete <adam@fekete.co.uk> Date: Tue, 4 Oct 2022 19:42:01 +0200 Subject: [PATCH] cleanup --- .gitignore | 66 +++++++++++++++++++++--------------------------------- 1 file changed, 26 insertions(+), 40 deletions(-) diff --git a/.gitignore b/.gitignore index d39052b..e0d9a6f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,42 +1,28 @@ +# https://github.com/github/gitignore/blob/main/Global/macOS.gitignore +# General .DS_Store -.*env/ -.pyenv*/ -.pytest/ -.python-version -.ipynb_checkpoints/ -.python-version -.coverage_html/ -__pycache__ -.mypy_cache -*.pyc -*.egg-info/ -/data/ -.volumes/ -.pytest_cache/ -.coverage* -htmlcov -try.http -project/ -test_*/ -local/ -target/ -*.swp -*.vscode -.vscode/ -vscode/ -nomad.yaml -gunicorn.log.conf -gunicorn.conf -build/ -dist/ -setup.json -parser.osio.log -gui/src/metainfo.json -gui/src/searchQuantities.json -gui/src/toolkitMetadata.json -gui/src/unitsData.js -examples/workdir/ -gunicorn.log.conf -nomad/gitinfo.py -*/node_modules/ +.AppleDouble +.LSOverride +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk -- GitLab