Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions packages/cli/test/functional/test_site/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,8 @@
"_site/*",
"site.json",
"*.md",
"test.bat",
"test.sh",
"testUtil/*",
"testFileIgnore.sh",
"testFileIgnore/*",
"expected/*"
],
"deploy": {
Expand Down
13 changes: 0 additions & 13 deletions packages/cli/test/functional/test_site/test.bat

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# This file should be ignored since it is included in the "ignore" array of the site.json

# build site in test/test_site/_site
node ../../index.js build
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This file should be ignored since it is included in the "ignore" array of the site.json
// Due to "testFileIgnore/*"

const jsdiff = require('diff');

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This file should be ignored since it is included in the "ignore" array of the site.json
// Due to "testFileIgnore/*"

const fs = require('fs');
const path = require('path');
const walkSync = require('walk-sync');
Expand Down