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