-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (36 loc) · 843 Bytes
/
Copy path.gitignore
File metadata and controls
38 lines (36 loc) · 843 Bytes
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
/.settings
/.project
/.buildpath
/composer.phar
/vendor
/nbproject
.vagrant
Vagrantfile
.idea
.php_cs.cache
composer.lock
.phpunit.result.cache
.phpunit.cache/
*.bak
demo.php
*Zone.Identifier
Temp
*.pdf
*.pfx
# A PEM private key is often unencrypted, so this matters more than the rules
# above, not less. See ARCHITECTURE-V2.md §3i.
*.pem
*.key
# Committed on purpose. See samples/README.md.
!/samples/*.pdf
!/samples/*.pfx
!/samples/*.pem
# The revocation fixtures, which are certificates and nothing else: the CA that
# signed the OCSP responses and CRLs beside them, and the leaf they answer
# about. No private key is generated into this directory, so the rule above is
# narrowed here rather than weakened.
# See docs/decisions/0024-revocation-is-evaluated-not-counted.md.
!/tests/Resources/revocation/*.pem
node_modules
dist
.output