forked from CentOS-PaaS-SIG/linchpin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (43 loc) · 791 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
48
49
50
51
52
53
54
55
*.retry
*.pyc
ansible.cfg
*.swp
.fuse*
.cache
.pytest_cache
# generated files
docs/build/
_autosummary
docs/source/generated/
resources
# packaging files
build
dist
*.egg-info/
.eggs/
MANIFEST
# generated output and inventory files
*.inventory*
*.output*
# local inventory files containing user-specific environment data
configure/inventory/local/
.coverage
*coverage*
nosetests.xml
*.log
# IDE files
.idea
.pydevproject
config/Dockerfiles/pip_install.sh
config/Dockerfiles/duffy-ansible-module
.rundb
# Credential files for testing drivers
keys/
# ignore items imported during testing
duffy-ansible-module
docs/source/examples/workspace/dummy-data.yml
# do not upload secure data
docs/source/examples/workspaces/**/credentials
# ignore results of coverage tests
htmlcov
*,cover