Readded .npmignore to prevent package using the bitbucket pipelines configuration
parent
948688df9d
commit
59734a6327
|
@ -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
|
Loading…
Reference in New Issue