summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorIndrajith K L2023-08-09 03:22:12 +0530
committerIndrajith K L2023-08-09 03:22:12 +0530
commitaf7ae10020cb6092f0491435ba43f3c09da663a4 (patch)
tree8cd5d96ca99cf678f4158b74966588c0f051ed09 /.gitignore
downloadJournlr Frontend-master.tar.gz
Journlr Frontend-master.tar.bz2
Journlr Frontend-master.zip
Initial CommitHEADmaster
* Working Post API integrated
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore25
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