mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
[CLEANUP] Update .gitignore.
This commit is contained in:
parent
2ab4fe7610
commit
19c86335a5
1 changed files with 22 additions and 18 deletions
40
.gitignore
vendored
40
.gitignore
vendored
|
@ -1,18 +1,22 @@
|
|||
## Typo3
|
||||
# Ignore serveral upload and file directories.
|
||||
/fileadmin/user_upload/
|
||||
/fileadmin/_temp_/
|
||||
/uploads/
|
||||
# Ignore cache
|
||||
/typo3conf/temp_CACHED*
|
||||
/typo3conf/temp_fieldInfo.php
|
||||
# Ignore local config which overrides typo3 config.
|
||||
# You should include your local stuff with `@include('localconf_local.php');` at the end of localconf.php.
|
||||
# See http://stackoverflow.com/questions/11905360/how-best-to-manage-typo3-installations-using-git for details.
|
||||
/typo3conf/localconf_local.php
|
||||
# Ignore system folders, you should have them symlinked.
|
||||
# If not comment out the following two entries.
|
||||
/typo3/
|
||||
/t3lib/
|
||||
# Ignore temp directory.
|
||||
/typo3temp/
|
||||
#########################
|
||||
# global ignore file
|
||||
########################
|
||||
# ignoring temporary files (left by e.g. vim)
|
||||
# ignoring by common IDE's used directories/files
|
||||
# dont ignore .rej and .orig as we want to see/clean files after conflict resolution
|
||||
#
|
||||
# for local exclude patterns please edit .git/info/exclude
|
||||
#
|
||||
*~
|
||||
*.bak
|
||||
*.idea
|
||||
*.project
|
||||
*.swp
|
||||
.buildpath
|
||||
.cache
|
||||
.project
|
||||
.session
|
||||
.settings
|
||||
.TemporaryItems
|
||||
.webprj
|
||||
nbproject
|
||||
|
|
Loading…
Reference in a new issue