Skip to content
Snippets Groups Projects

using similar gitignore for all subproject

Closed Adam Fekete requested to merge fix_requirements into develop
1 file
+ 26
40
Compare changes
  • Side-by-side
  • Inline
+ 26
40
# 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
Loading