From ab7b019d352940a4748644d2b980474cdccce8ba Mon Sep 17 00:00:00 2001 From: Thomas Pronold Date: Sat, 18 Apr 2020 19:02:49 +0200 Subject: [PATCH] [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 Tested-by: Josef Glatz Tested-by: Benni Mack Reviewed-by: Josef Glatz Reviewed-by: Benni Mack --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3e42348d5993..6f3d223691c6 100644 --- a/.gitignore +++ b/.gitignore @@ -57,6 +57,7 @@ nbproject /typo3conf/* /fileadmin/* /uploads/* +/FIRST_INSTALL # # root .htaccess file /.htaccess