mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16: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.
|
# global ignore file
|
||||||
/fileadmin/user_upload/
|
########################
|
||||||
/fileadmin/_temp_/
|
# ignoring temporary files (left by e.g. vim)
|
||||||
/uploads/
|
# ignoring by common IDE's used directories/files
|
||||||
# Ignore cache
|
# dont ignore .rej and .orig as we want to see/clean files after conflict resolution
|
||||||
/typo3conf/temp_CACHED*
|
#
|
||||||
/typo3conf/temp_fieldInfo.php
|
# for local exclude patterns please edit .git/info/exclude
|
||||||
# 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.
|
*.bak
|
||||||
/typo3conf/localconf_local.php
|
*.idea
|
||||||
# Ignore system folders, you should have them symlinked.
|
*.project
|
||||||
# If not comment out the following two entries.
|
*.swp
|
||||||
/typo3/
|
.buildpath
|
||||||
/t3lib/
|
.cache
|
||||||
# Ignore temp directory.
|
.project
|
||||||
/typo3temp/
|
.session
|
||||||
|
.settings
|
||||||
|
.TemporaryItems
|
||||||
|
.webprj
|
||||||
|
nbproject
|
||||||
|
|
Loading…
Reference in a new issue