commit 4c9c41b86ae0459e5456874c6ef689d66e7d0b4e Author: Overlord Date: Tue Nov 25 14:42:05 2025 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..552a506 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# ---> V +*.exe +*.o +*.so +*.tmp.c +*.exp +*.ilk +*.pdb +*.dll +*.lib +*.bak +*.out + diff --git a/README.md b/README.md new file mode 100644 index 0000000..e337fb5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Vile-Browser + +CDN (Caddy inspired file browser) for cdn.security-command.org written in V. \ No newline at end of file