forked from kata-containers/ci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (33 loc) · 784 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
# Ignore everything
*
# Don't ignore .gitignore
!.gitignore
# Don't ignore the LICENSE file
!LICENSE
# Don't ignore the README.md, CODE_OF_CONDUCT.md and CONTRIBUTING file
!README.md
!CODE_OF_CONDUCT.md
!CONTRIBUTING.md
!Jenkins_setup.md
# Don't ignore pullapprove yaml file
.pullapprove.yml
# Don't ignore jenkins directory
!jenkins/
# Don't ignore xml files defining various configurations
!jenkins/*.xml
!jenkins/jobs/
!jenkins/jobs/*/
!jenkins/jobs/*/config.xml
# Ignore CloudStatistics
jenkins/org.jenkinsci.plugins.cloudstats.CloudStatistics.xml
# Ignore Jenkins credentials
jenkins/credentials.xml
# Add everything under the VMs setup script path
!VMs
!VMs/**
# Include the pictures
!pictures
!pictures/**
# Include the deployment files
!deployment
!deployment/**