-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
47 lines (47 loc) · 929 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
42
43
44
45
46
47
########################
# TYPO3 CMS
# global ignore file
########################
#
# Don't ignore .rej and .orig as we want to see/clean files after conflict resolution.
#
# If you feel this file needs adaption please report on http://forge.typo3.org/issues/13627.
#
# For local exclude patterns please edit .git/info/exclude.
#
########################
#
# Ignore temporary files (left by editors)
*~
*.bak
*.swp
#
# Ignore by common IDEs used directories/files
nbproject
*.idea
*.project
.buildpath
.project
.settings
.TemporaryItems
.webprj
#
# Ignore build stuff
Build/bower_components/*
Build/node_modules/*
.cache
.sass-cache
.session
typo3/sysext/core/Build/Configuration/Acceptance/Support/_generated/*
typo3/sysext/core/Build/Configuration/Acceptance/Support/AcceptanceTester.php
#
# Ignore composer stuff
bin/*
vendor/*
#
# Ignore common TYPO3 CMS directories
typo3temp/*
typo3conf/*
fileadmin/*
uploads/*
/.htaccess