Added executable folder to gitignore

This commit is contained in:
Ozzie Isaacs 2021-02-06 21:42:29 +01:00
parent 9390dcdd43
commit 7b7494b8a4
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -10,6 +10,7 @@ env/
venv/
eggs/
dist/
executable/
build/
vendor/
.eggs/