We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a7dd9 commit 313851dCopy full SHA for 313851d
.npmignore
@@ -0,0 +1,5 @@
1
+# By default we are ignoring .zip files, which breaks integrations.
2
+#
3
+# This empty .npmignore clobbers that behaviour.
4
+# But we also want it to ignore itself.
5
+.npmignore
CMakeLists.txt
@@ -61,7 +61,7 @@ install(
61
DESTINATION "${CMAKE_INSTALL_PREFIX}/com.unity.formats.fbx/Editor/Integrations~"
62
)
63
install(
64
- FILES "${CMAKE_SOURCE_DIR}/CHANGELOG.md" "${CMAKE_SOURCE_DIR}/LICENSE.md"
+ FILES "${CMAKE_SOURCE_DIR}/CHANGELOG.md" "${CMAKE_SOURCE_DIR}/LICENSE.md" "${CMAKE_SOURCE_DIR}/.npmignore"
65
DESTINATION "${CMAKE_INSTALL_PREFIX}/com.unity.formats.fbx"
66
67
0 commit comments