From 1f9d5d2e696deb1ef9c751e3c08cc97f01c979ba Mon Sep 17 00:00:00 2001 From: Erik Roemmelt Date: Wed, 19 Dec 2018 16:57:29 +0100 Subject: [PATCH] Add .gitignore rules: Exclude LaTeX output, brackets-latex config file --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5527a01..dade82f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ -# Comment no entry \ No newline at end of file +# Config file of brackets-latex plugin with an folder path +.brackets.json + +# brackets-latex compile output folders +latex-out/ +out/ \ No newline at end of file