From 0b28753ed2f5a7313ae53209f3a4514b77fc962b Mon Sep 17 00:00:00 2001 From: Aloxaf Date: Sat, 13 Jul 2019 13:23:33 +0800 Subject: [PATCH] Keep the empty directory --- .gitignore | 4 +--- assets/syntaxes/.gitignore | 4 ++++ assets/themes/.gitignore | 5 +++++ 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 assets/syntaxes/.gitignore create mode 100644 assets/themes/.gitignore diff --git a/.gitignore b/.gitignore index 58567d9..b309da6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ /target **/*.rs.bk -/.idea -/assets/syntaxes -/assets/themes \ No newline at end of file +/.idea \ No newline at end of file diff --git a/assets/syntaxes/.gitignore b/assets/syntaxes/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/assets/syntaxes/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/assets/themes/.gitignore b/assets/themes/.gitignore new file mode 100644 index 0000000..ca84813 --- /dev/null +++ b/assets/themes/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore +!Dracula.tmTheme \ No newline at end of file