Skip to content

Commit

Permalink
Let drupal-skeleton own the .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Sep 3, 2021
1 parent 052e312 commit e702e2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 44 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## LITE

* Removed gitignore template

## 3.0.3 - November 25, 2020

### Fixed
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ $> vendor/bin/the-build-installer
This will trigger an interactive prompt to configure your basic build properties, adding the following templated files and directories:

* `.circleci/`
* `.gitignore`
* `.the-build/`
* `behat.yml`
* `build.xml`
Expand Down
36 changes: 0 additions & 36 deletions defaults/install/gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions targets/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,6 @@
</filterchain>
</copy>

<!-- Configure the .gitignore for our settings.php structure. -->
<copy file="${phing.dir.install}/../defaults/install/gitignore" tofile="${application.startdir}/.gitignore" overwrite="true">
<filterchain>
<expandproperties />
</filterchain>
</copy>

<!-- Set up the Drupal sites directory. -->
<phingcall target="drupal-sites-directory">
<property name="drupal.site.dir" value="default" />
Expand Down

0 comments on commit e702e2f

Please sign in to comment.