Skip to content

Commit

Permalink
update deploy ignore to reflect relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rellafella committed Oct 2, 2024
1 parent 01a2d6f commit ce9c675
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 48 deletions.
50 changes: 26 additions & 24 deletions .deployignore
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
50 changes: 26 additions & 24 deletions packages/repo-config/init/.deployignore
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

0 comments on commit ce9c675

Please sign in to comment.