From 6122134a527eb368f1deb2494e9bbe76cebd110d Mon Sep 17 00:00:00 2001 From: rexy712 Date: Tue, 26 Mar 2019 18:44:46 -0700 Subject: [PATCH] Better organized project files --- TODO => doc/TODO | 0 {examples => doc/examples}/commands.cpp | 0 {examples => doc/examples}/join.cpp | 0 matrix_curls.txt => doc/matrix_curls.txt | 0 reddit_oauth_curls.txt => doc/reddit_oauth_curls.txt | 0 upload_bot_image.sh => doc/upload_bot_image.sh | 0 youtube_curl.txt => doc/youtube_curl.txt | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename TODO => doc/TODO (100%) rename {examples => doc/examples}/commands.cpp (100%) rename {examples => doc/examples}/join.cpp (100%) rename matrix_curls.txt => doc/matrix_curls.txt (100%) rename reddit_oauth_curls.txt => doc/reddit_oauth_curls.txt (100%) rename upload_bot_image.sh => doc/upload_bot_image.sh (100%) rename youtube_curl.txt => doc/youtube_curl.txt (100%) diff --git a/TODO b/doc/TODO similarity index 100% rename from TODO rename to doc/TODO diff --git a/examples/commands.cpp b/doc/examples/commands.cpp similarity index 100% rename from examples/commands.cpp rename to doc/examples/commands.cpp diff --git a/examples/join.cpp b/doc/examples/join.cpp similarity index 100% rename from examples/join.cpp rename to doc/examples/join.cpp diff --git a/matrix_curls.txt b/doc/matrix_curls.txt similarity index 100% rename from matrix_curls.txt rename to doc/matrix_curls.txt diff --git a/reddit_oauth_curls.txt b/doc/reddit_oauth_curls.txt similarity index 100% rename from reddit_oauth_curls.txt rename to doc/reddit_oauth_curls.txt diff --git a/upload_bot_image.sh b/doc/upload_bot_image.sh similarity index 100% rename from upload_bot_image.sh rename to doc/upload_bot_image.sh diff --git a/youtube_curl.txt b/doc/youtube_curl.txt similarity index 100% rename from youtube_curl.txt rename to doc/youtube_curl.txt