Skip to content

Commit

Permalink
Update exclusion list used on composer require
Browse files Browse the repository at this point in the history
  • Loading branch information
mescalantea committed Dec 31, 2024
1 parent d3124a1 commit 08cd77c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
.gitattributes export-ignore
docker-compose.yml export-ignore
docker-compose.override.sample.yml export-ignore
README.md export-ignore

# Exclude specific directories
.github export-ignore
docs export-ignore
docker export-ignore
bin export-ignore
docker-entrypoint-init.d export-ignore
.docker export-ignore
.github export-ignore

# Exclude scripts
*.sh export-ignore
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
".env",
".env.sample",
".gitattributes",
".gitingore",
".docker-compose.override.sample.yml",
".docker-compose.yml",
".gitignore",
"docker-compose.override.sample.yml",
"docker-compose.yml",
"README.md",
"setup.sh",
"teardown.sh"
Expand Down

0 comments on commit 08cd77c

Please sign in to comment.