From 807daa356305130bb99157f74e796e25a35455e2 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 23 Feb 2017 18:18:36 +0000 Subject: [PATCH] Exclude tmp files in gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 343e92d..2fb8da8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ # Don't include the project of the client's javascript build process Nibriboard/ClientFiles/NibriClient.js +# We don't want temporary files created by ...browserify? +# # I'm not sure where in npm they come from, but we don't want them anyhow :P +*.tmp + ### Autogenerated by gitignore.io ### # Autosave files