From 961cb51a9d680d9dbdae68c7e2ad1139d5a36d04 Mon Sep 17 00:00:00 2001 From: Pavak Paul Date: Sun, 28 Aug 2022 21:17:48 +0000 Subject: [PATCH] Initial commit --- .gitignore | 26 ++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 28 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8a37d22 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# ---> Linux +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..f04129c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# fb-get-total-follower-count +