diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-05 21:50:15 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-05 21:50:15 +0100 |
commit | bc141f017a44d06533fe8f885e50445f2a354c84 (patch) | |
tree | b04884c44f77fb79d92efbf73a686f4a96256b4a | |
parent | 12590e2b89c50736386857fdc0f1c9a9219042a4 (diff) | |
download | mdhtml-bc141f017a44d06533fe8f885e50445f2a354c84.tar.gz mdhtml-bc141f017a44d06533fe8f885e50445f2a354c84.tar.bz2 mdhtml-bc141f017a44d06533fe8f885e50445f2a354c84.zip |
+simple gitignore
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..267df00 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.DS_Store +.idea +*.log +tmp/ |