mirror of
https://github.com/platomav/BIOSUtilities.git
synced 2025-05-09 13:52:00 -04:00
Fixed .gitignore file exclusion
This commit is contained in:
parent
6ae1587ec9
commit
c4fcfa4588
2 changed files with 9 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
|||
/.idea/
|
||||
/.mypy_cache/
|
||||
/external/
|
||||
/external/*
|
||||
/venv/
|
||||
|
||||
!external/__init__.py
|
||||
|
|
6
external/__init__.py
vendored
Normal file
6
external/__init__.py
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3 -B
|
||||
# coding=utf-8
|
||||
|
||||
"""
|
||||
Copyright (C) 2019-2024 Plato Mavropoulos
|
||||
"""
|
Loading…
Add table
Add a link
Reference in a new issue