diff options
author | Indrajith K L | 2023-08-09 03:22:12 +0530 |
---|---|---|
committer | Indrajith K L | 2023-08-09 03:22:12 +0530 |
commit | af7ae10020cb6092f0491435ba43f3c09da663a4 (patch) | |
tree | 8cd5d96ca99cf678f4158b74966588c0f051ed09 /.gitignore | |
download | Journlr Frontend-af7ae10020cb6092f0491435ba43f3c09da663a4.tar.gz Journlr Frontend-af7ae10020cb6092f0491435ba43f3c09da663a4.tar.bz2 Journlr Frontend-af7ae10020cb6092f0491435ba43f3c09da663a4.zip |
* Working Post API integrated
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4154480 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# Binaries for programs and plugins +main +journlr_frontend +*.exe +*.exe~ +*.so +*.dylib +*.dll + +# Ignore binary output folders +bin/ + +# Ignore common editor/system specific metadata +.DS_Store +.idea/ +.vscode/ +*.iml + +# ENV +.env + +# vweb and database +*.db +*.js +Sessions.vim |