Github-Repo-Visualizer / constants.py
madhurjindal's picture
Create constants.py
7630c31 verified
raw
history blame
454 Bytes
file_extensions = [
# Source Code Files
".py",
".java",
".cpp",
".js",
".ts",
".go",
".rb",
".swift",
".php",
".perl",
".pl",
".scala",
".kotlin",
".rust",
".lua",
".vb",
".cs",
".fs",
# Documentation Files
".md",
".rst",
".txt",
".docx",
".pdf",
".html",
".wiki",
# Configuration and Metadata Files
".xml",
".json",
".gradle",
]