commit 961cb51a9d680d9dbdae68c7e2ad1139d5a36d04 Author: Pavak Paul Date: Sun Aug 28 21:17:48 2022 +0000 Initial commit 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 +