From 59734a63275ece4edce0baa655b00c4899305d5c Mon Sep 17 00:00:00 2001 From: "Simon (darkside) Jackson" Date: Mon, 2 Nov 2020 08:28:16 +0000 Subject: [PATCH] Readded .npmignore to prevent package using the bitbucket pipelines configuration --- .npmignore | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..823c4a9 --- /dev/null +++ b/.npmignore @@ -0,0 +1,42 @@ +/[Ll]ibrary/ +/[Tt]emp/ +/[Oo]bj/ +/[Bb]uild/ +/[Bb]uilds/ +/[Ee]xport +/Assets/AssetStoreTools* + +# Autogenerated VS/MD/Consulo solution and project files +ExportedObj/ +.consulo/ +*.csproj +*.unityproj +*.sln +*.suo +*.tmp +*.user +*.userprefs +*.pidb +*.booproj +*.svd + +# Unity3D generated meta files +*.pidb.meta + +# Mac files +*.DS_Store + +# Unity3D Generated File On Crash Reports +sysinfo.txt + +# Builds +*.apk +*.unitypackage +/.vs + +# UPM Build updates +[Ee]xamples +[Ee]xamples.meta + +# NPM publish exclusions +bitbucket-pipelines.yml