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 2be8dd0 commit 7806e47Copy full SHA for 7806e47
CI-CD.ps1
@@ -1,7 +1,7 @@
1
# --------------------------- Configuration --------------------------- #
2
3
# Define exclusions
4
-$excludedDirs = @('.vscode', '.git', '.archive', '.Promo') # Added '.Promo' to exclude this folder
+$excludedDirs = @('.vscode', '.git', '.archive', 'Promo') # Added '.Promo' to exclude this folder
5
$excludedFiles = @('.gitignore', 'CI-CD.ps1') # Files to exclude
6
7
# Define the source directory as the current working directory
0 commit comments