Skip to content

Commit

Permalink
Update .gitignore to simplfiy and remove outdated references
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Jones committed Oct 20, 2018
1 parent 1f3b7d6 commit b6f6ac6
Showing 1 changed file with 1 addition and 50 deletions.
51 changes: 1 addition & 50 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,42 +7,9 @@ env_local.rb
node_modules/
.vscode/


# 2.0 Paths ====================================================================

system/ee/legacy/cache/*
!system/ee/legacy/cache/index.html
!system/ee/legacy/cache/.htaccess

system/ee/legacy/config/config*.php
system/ee/legacy/config/database.php
system/ee/legacy/config/config1x.php
system/ee/legacy/config/config_1x.php

system/ee/legacy/language/*
!system/ee/legacy/language/english

system/ee/legacy/templates/*
!system/ee/legacy/templates/index.html
!system/ee/legacy/templates/.htaccess

system/ee/legacy/third_party/*
!system/ee/legacy/third_party/index.html
!system/ee/legacy/third_party/download
!system/ee/legacy/third_party/google_maps
!system/ee/legacy/third_party/js_tool
!system/ee/legacy/third_party/testage
!system/ee/legacy/third_party/debug
!system/ee/legacy/third_party/safecracker_file
!system/ee/legacy/third_party/cookie_check
!system/ee/legacy/third_party/cookie_consent
!system/ee/legacy/third_party/ellislab_high_ascii_decode


# 3.0 Paths ====================================================================

system/user/addons/*
!system/user/addons/index.html

!system/user/addons/download
!system/user/addons/google_maps
!system/user/addons/js_tool
Expand All @@ -63,7 +30,6 @@ system/user/config/config.php
system/user/config/database.php
!system/user/config/.htaccess
!system/user/config/license.key
!system/user/config/license.dp.key
!system/user/config/index.html

system/user/language/*
Expand Down Expand Up @@ -97,11 +63,6 @@ system/ee/installer/updater/EllisLab/Tests/composer.lock

media/*

images/test1/
images/design/

^images/(captchas|avatars/uploads|forum_attachments|member_photos|signature_attachments|pm_attachments|uploads)/(?!index\.html)

images/captchas/*
!images/captchas/index.html
!images/captchas/.htaccess
Expand Down Expand Up @@ -131,16 +92,6 @@ images/uploads/*
!images/uploads/index.html
!images/uploads/.htaccess

themes/site/agile_records/images/uploads/_thumb/*
!themes/site/agile_records/images/uploads/_thumb/index.html
!themes/site/agile_records/images/uploads/_thumb/testband300.jpg
!themes/site/agile_records/images/uploads/_thumb/ee_banner*
!themes/site/agile_records/images/uploads/_thumb/map*.jpg
!themes/site/agile_records/images/uploads/_thumb/staff*.png

themes/cp/brilliant_retail/
themes/site/brilliant_retail/
themes/solspace_themes/
themes/third_party/

asset/*
Expand Down

0 comments on commit b6f6ac6

Please sign in to comment.