Fixed .gitignore file exclusion

This commit is contained in:
Plato Mavropoulos 2024-04-24 01:42:35 +03:00
parent 6ae1587ec9
commit c4fcfa4588
2 changed files with 9 additions and 1 deletions

4
.gitignore vendored
View file

@ -1,4 +1,6 @@
/.idea/
/.mypy_cache/
/external/
/external/*
/venv/
!external/__init__.py

6
external/__init__.py vendored Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3 -B
# coding=utf-8
"""
Copyright (C) 2019-2024 Plato Mavropoulos
"""