-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (39 loc) · 818 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
# Git global ignore file
# for local exclude patterns please edit .git/info/exclude
# Example file see https://github.com/TYPO3-Documentation/T3DocTeam/blob/master/.gitignore
# ignore generated documentation
*GENERATED*
# ignore typical clutter of IDEs and editors (this could be added in .git/info/exclude,
# but we add it here for convenience)
*~
*.bak
*.project
*.swp
.project
.webprj
nbproject
# some additional exclusions
var/*
.ssh/authorized_keys
.ssh/id_rsa
#exclusion according to https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/Testing/ExtensionTesting.html
.Build/
.idea/
Build/testing-docker/.env
# OSX
.DS_Store
# Composer
vendor/
bin/
logs/
composer.lock
# Build stuff
.Build.sik
.ddev/**/*.example
.ddev/**/*.txt
.ddev/commands/
Documentation-*
node_modules/
var/
# Cache
*.cache