Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[BUGFIX] Add FIRST_INSTALL to .gitignore
In order to avoid accidentally committing a FIRST_INSTALL
for developers starting to contribute to TYPO3 Core
and using Core git repository for its basis local development
setup, the FIRST_INSTALL file is ignored from git.

Resolves: #91119
Releases: master, 10.4, 9.5
Change-Id: Iad459240bbc8a68892f03adf547373bc608f6a90
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64239
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Josef Glatz <josefglatz@gmail.com>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Josef Glatz <josefglatz@gmail.com>
Reviewed-by: Benni Mack <benni@typo3.org>
  • Loading branch information
zotornit authored and bmack committed May 26, 2020
1 parent a3f486d commit ab7b019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -57,6 +57,7 @@ nbproject
/typo3conf/*
/fileadmin/*
/uploads/*
/FIRST_INSTALL
#
# root .htaccess file
/.htaccess
Expand Down

0 comments on commit ab7b019

Please sign in to comment.