Skip to content
Snippets Groups Projects
Commit ab7b019d authored by Thomas Pronold's avatar Thomas Pronold Committed by Benni Mack
Browse files

[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: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarJosef Glatz <josefglatz@gmail.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarJosef Glatz <josefglatz@gmail.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent a3f486da
No related merge requests found
......@@ -57,6 +57,7 @@ nbproject
/typo3conf/*
/fileadmin/*
/uploads/*
/FIRST_INSTALL
#
# root .htaccess file
/.htaccess
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment