forked from kitschpatrol/shared-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update deploy ignore to reflect relative paths
- Loading branch information
1 parent
01a2d6f
commit ce9c675
Showing
2 changed files
with
52 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,38 @@ | ||
# ================ | ||
# specific ignores | ||
# ================ | ||
.git/ | ||
.ddev/ | ||
.github/ | ||
.vscode/ | ||
node_modules/ | ||
scripts/ | ||
src/ | ||
storage/ | ||
tools/ | ||
.env.example | ||
pnpm-* | ||
pnpm-* | ||
package.json | ||
README.md | ||
readme.md | ||
CHANGELOG.md | ||
changelog.md | ||
.cspell.json | ||
composer.* | ||
/.git/ | ||
/.ddev/ | ||
/.github/ | ||
/.vscode/ | ||
/node_modules/ | ||
/scripts/ | ||
/src/ | ||
/storage/ | ||
/tests/ | ||
/tools/ | ||
/.env.example | ||
/pnpm-* | ||
/pnpm-* | ||
/package.json | ||
/package-lock.json | ||
/README.md | ||
/readme.md | ||
/CHANGELOG.md | ||
/changelog.md | ||
/.cspell.json | ||
/composer.* | ||
|
||
# =============== | ||
# ignore patterns | ||
# =============== | ||
# any config files that don't have an extension (.editorconfig) | ||
*config | ||
/*config | ||
# any config files that have an extension (eslint.config.js, tsconfig.json, vite.config.ts) | ||
*config.* | ||
/*config.* | ||
# any config files using rc format (.npmrc) | ||
.*rc | ||
/.*rc | ||
# any config files using rc format with an extension (.mdatrc.ts) | ||
.*rc.* | ||
/.*rc.* | ||
# any ignore files (.deployignore, .gitignore, .prettierignore) | ||
.*ignore | ||
/.*ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,38 @@ | ||
# ================ | ||
# specific ignores | ||
# ================ | ||
.git/ | ||
.ddev/ | ||
.github/ | ||
.vscode/ | ||
node_modules/ | ||
scripts/ | ||
src/ | ||
storage/ | ||
tools/ | ||
.env.example | ||
pnpm-* | ||
pnpm-* | ||
package.json | ||
README.md | ||
readme.md | ||
CHANGELOG.md | ||
changelog.md | ||
.cspell.json | ||
composer.* | ||
/.git/ | ||
/.ddev/ | ||
/.github/ | ||
/.vscode/ | ||
/node_modules/ | ||
/scripts/ | ||
/src/ | ||
/storage/ | ||
/tests/ | ||
/tools/ | ||
/.env.example | ||
/pnpm-* | ||
/pnpm-* | ||
/package.json | ||
/package-lock.json | ||
/README.md | ||
/readme.md | ||
/CHANGELOG.md | ||
/changelog.md | ||
/.cspell.json | ||
/composer.* | ||
|
||
# =============== | ||
# ignore patterns | ||
# =============== | ||
# any config files that don't have an extension (.editorconfig) | ||
*config | ||
/*config | ||
# any config files that have an extension (eslint.config.js, tsconfig.json, vite.config.ts) | ||
*config.* | ||
/*config.* | ||
# any config files using rc format (.npmrc) | ||
.*rc | ||
/.*rc | ||
# any config files using rc format with an extension (.mdatrc.ts) | ||
.*rc.* | ||
/.*rc.* | ||
# any ignore files (.deployignore, .gitignore, .prettierignore) | ||
.*ignore | ||
/.*ignore |