forked from github/gitignore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TYPO3.gitignore
28 lines (26 loc) · 913 Bytes
/
TYPO3.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/_.htaccess
/index.php
/INSTALL.txt
/README.txt
/RELEASE_NOTES.txt
/t3lib
/typo3
/typo3_src
/typo3temp
/uploads
# "index.php", "t3lib", "typo3", "typo3_src" are symlinks if you outsource the TYPO3 core.
# Make sure you create them accordingly
#
# typo3temp and fileadmin folders need to be created initially for each environment, you want to deploy.
#
# typo3conf holds your local extensions, configuration and language files.
# You want to have everything under version control and you need to modify
# your localconf.php to support multiple environments.
# Language updates and extension management within the TYPO3 backend should not be used on live/preview systems.
/typo3conf/deprecation_*.log
/typo3conf/temp_CACHED_*.php
/typo3conf/l10n/*.zip
# Usually you want to include your templates into version control, too.
# But not the rest of the fileadmin folder structure:
/fileadmin/*
!/fileadmin/templates