Trying to fix line count

pull/8/head
sgoudham 4 years ago
parent 7d6415b41c
commit 1a189623a2

@ -110,7 +110,8 @@ async def line_count():
ENV = "venv" ENV = "venv"
LINUX = [".local", ".git", ".config", ".ssh", LINUX = [".local", ".git", ".config", ".ssh",
".bash_history", ".env", ".profile", ".mysql_history", ".bash_history", ".env", ".profile", ".mysql_history",
".gitignore", ".viminfo", ".wget-hsts", ".bashrc"] ".gitignore", ".viminfo", ".wget-hsts", ".bashrc",
"__pycache__"]
for path, _, files in os.walk("."): for path, _, files in os.walk("."):
# Ignore any files that are on linux starting with ".local" # Ignore any files that are on linux starting with ".local"

Loading…
Cancel
Save