-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
30 lines (29 loc) · 905 Bytes
/
.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
29
30
## TYPO3 v4
# Ignore serveral upload and file directories.
/fileadmin/_processed_/
/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_src
/typo3
/index.php
/t3lib
# Ignore temp directory.
/typo3temp/
# Ignore IDE directory.
/.idea
# Ignore Enable Install Tool
/typo3conf/ENABLE_INSTALL_TOOL
# Additional Ignores
.DS\_Store
/typo3conf/ext/main/Resources/Public/CSS/*
/typo3conf/ext/main/Resources/Public/SCSS/.sass-cache