summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cyberark/conjur/.gitignore
blob: 2be2e74677566c3fcb06d7b8fefbd177ae28c8e9 (plain)
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
# System directories files
.DS_Store
.idea/

# Test output
tests/*/bot/
tests/*/coverage/
tests/*/junit/
tests/*/reports/

tests/*/conjur.pem
tests/*/conjur-enterprise.pem
tests/*/access_token
**/test-files/output
**/conjur-intro/
bot
coverage
junit
reports

*.js
*.html
output/

# Pycache directories and files
**/__pycache__/
.pytest_cache
*.pyc

# Distributable directories files
*.tar.gz
vendor/

# Temporary files
*.log
.cache
*.retry
*.tmp
conjur.pem