From 6f338b30a18dc56e68a25fdb132bc60d7429c1e9 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 23 Apr 2018 23:59:08 +0200 Subject: [PATCH] Misc --- docs/.gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/.gitignore diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 000000000..7ff7485d2 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,23 @@ +################# +## ArchiSteamFarm +################# + +# Don't commit node_modules that are used for build only +node_modules/ + +############# +## Windows detritus +############# + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Mac crap +.DS_Store