forked from TYPO3/typo3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (66 loc) · 1.21 KB
/
.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
########################
# TYPO3 CMS
# global ignore file
########################
#
# Don't ignore .rej and .orig as we want to see/clean files after conflict resolution.
#
# For local exclude patterns please edit .git/info/exclude.
#
########################
#
# Ignore temporary files (left by editors and OS)
*~
*.bak
*.swp
.DS_Store
#
# Ignore by common IDEs used directories/files
nbproject
*.idea
*.project
.buildpath
.settings
.TemporaryItems
.webprj
#
# Temporary files and folders
.cache
.php_cs.cache
.sass-cache
.session
*.log
#
# Ignore build stuff
/.ddev/*
/Build/bower_components/*
/Build/node_modules/*
/Build/JavaScript
!/Build/typings/no-def*
/Build/testing-docker/local/.env
/typo3/sysext/*/Resources/Private/TypeScript/*.js
/typo3/sysext/*/Resources/Public/JavaScript/*.js.map
#
# TypeScript stuff
.baseDir.ts
.tscache
#
# Ignore composer stuff
/bin/*
/vendor/*
/index.php
/typo3/index.php
/typo3/install.php
#
# Ignore common TYPO3 CMS files/directories
/typo3temp/*
/typo3conf/*
/fileadmin/*
/uploads/*
#
# root .htaccess file
/.htaccess
# Ignore files generated by tests
typo3/sysext/core/Tests/Acceptance/Support/_generated/
# Ignore files generated by docs rendering
typo3/sysext/*/Documentation-GENERATED-temp/