Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 7c9ccc9

Browse files
Quick patch to include an .npmignore to not push the BitBucket pipelines configuration to NPM
1 parent f536023 commit 7c9ccc9

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

.npmignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
/[Ll]ibrary/
2+
/[Tt]emp/
3+
/[Oo]bj/
4+
/[Bb]uild/
5+
/[Bb]uilds/
6+
/[Ee]xport
7+
/Assets/AssetStoreTools*
8+
9+
# Autogenerated VS/MD/Consulo solution and project files
10+
ExportedObj/
11+
.consulo/
12+
*.csproj
13+
*.unityproj
14+
*.sln
15+
*.suo
16+
*.tmp
17+
*.user
18+
*.userprefs
19+
*.pidb
20+
*.booproj
21+
*.svd
22+
23+
# Unity3D generated meta files
24+
*.pidb.meta
25+
26+
# Mac files
27+
*.DS_Store
28+
29+
# Unity3D Generated File On Crash Reports
30+
sysinfo.txt
31+
32+
# Builds
33+
*.apk
34+
*.unitypackage
35+
/.vs
36+
37+
# UPM Build updates
38+
[Ee]xamples
39+
[Ee]xamples.meta
40+
41+
# NPM publish exclusions
42+
bitbucket-pipelines.yml

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.uiextensions",
33
"displayName": "Unity UI Extensions",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"description": "An extension project for the Unity3D UI system, all crafted and contributed by the awesome Unity community",
66
"author": "Simon darkside Jackson <@SimonDarksideJ>",
77
"contributors": [{

0 commit comments

Comments
 (0)