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 349eb46 commit fad5d46Copy full SHA for fad5d46
.gitignore
@@ -224,7 +224,8 @@ msbuild.binlog
224
*.project.lock.json
225
226
# Cake build directories
227
-/build/tools/
+/build/tools/**
228
+!/build/tools/packages.config
229
230
# Lottie project internal development directories
231
/internal/
build/tools/packages.config
@@ -0,0 +1,4 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<packages>
3
+ <package id="Cake" version="0.37.0" />
4
+</packages>
0 commit comments