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:
Oliver Klee 2013-11-01 19:51:34 +01:00
parent 2ab4fe7610
commit 19c86335a5

40
.gitignore vendored
View file

@ -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