Skip to content

All .gitignore files in one place #2269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 8, 2022
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
37 changes: 27 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
/app/etc/local.xml
/media/catalog
/media/captcha
/media/css
/media/css_secure
/media/email/logo
/media/favicon
/media/js
/media/sales/store/logo
/media/sales/store/logo_html
/media/wysiwyg

# Add a base setup for running unit Tests with code coverage and send them to SonarCloud
# https://github.com/OpenMage/magento-lts/pull/1836
/dev/testfield
/dev/tests/clover.xml
/dev/tests/crap4j.xml
/dev/tests/junit.xml

# Add Gitpod online IDE config
# https://github.com/OpenMage/magento-lts/pull/1836
/dev/gitpod/docker-magento
/dev/gitpod/.env

# Add development environment setup files and README
# https://github.com/OpenMage/magento-lts/pull/1012
/dev/openmage/docker-magento
/dev/openmage/.env
/dev/tests/functional/generated
/dev/tests/functional/vendor

/media/*
!/media/.htaccess
!/media/custom_options/.htaccess
!/media/customer/.htaccess
!/media/dhl/logo.jpg
!/media/downloadable/.htaccess

/var/*
!/var/.htaccess
4 changes: 0 additions & 4 deletions dev/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions dev/gitpod/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions dev/openmage/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions var/.gitignore

This file was deleted.