mirror of
https://github.com/platomav/BIOSUtilities.git
synced 2025-05-22 03:05:22 -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/
|
/.idea/
|
||||||
/.mypy_cache/
|
/.mypy_cache/
|
||||||
/external/
|
/external/*
|
||||||
/venv/
|
/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