-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
41 lines (34 loc) · 891 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
31
32
33
34
35
36
37
38
39
40
41
#############################
# TYPO3 CMS Base Distribution
#############################
# IDE/System folder
.DS_Store
.idea
nbproject
# composer folder
src/vendor
## TYPO3 v6.2
# Ignore several upload and file directories.
src/web/fileadmin/user_upload/
src/web/fileadmin/_temp_/
src/web/fileadmin/_processed_/
src/web/fileadmin/introduction/
src/web/uploads/
# Ignore cache
src/web/typo3conf/temp_CACHED*
src/web/typo3conf/deprecation_*.log
# Ignore system folders, you should have them symlinked.
# If not comment out the following entries.
src/web/typo3
src/web/typo3_src
src/web/typo3_src-*
src/web/.htaccess
src/web/index.php
# Ignore temp directory.
src/web/typo3temp/
# Ignore community extensions.
src/web/typo3conf/ext/bootstrap_package
src/web/typo3conf/ext/extension_builder
src/web/typo3conf/ext/introduction
# Ignore community translations folder
src/web/typo3conf/l10n