From 52e9e0670392c7f05d13c248cefadb6132505e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thierry=20Fran=C3=A7ois?= Date: Thu, 1 Feb 2018 09:37:59 +0200 Subject: [PATCH] add osx files to gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 52c6233..24fcb0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# General +.DS_Store +.AppleDouble +.LSOverride + transifexAuth.json **/css/bourbon -**/.sass-cache \ No newline at end of file +**/.sass-cache +node_modules/ \ No newline at end of file