-
Notifications
You must be signed in to change notification settings - Fork 75
/
.gitignore
55 lines (47 loc) · 899 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
artifacts/*
*debhelper*
debian/ubuntu-advantage-tools/
debian/ubuntu-advantage-tools.substvars
dev/entitlement-creds.json.*
*.pyc
*.pyo
__pycache__
.tox
.pybuild
.coverage
.cache
*.egg-info/
.mypy_cache/
.python-version
# Ignore artifacts generated by bddeb
*-1~bddeb*
ubuntu-advantage-tools_*.orig.tar.gz
ubuntu-advantage-tools_all.deb
ubuntu_advantage_tools.dsc
# test/jenkins artifacts
pytest_results.xml
reports/
# integration test artifacts
azure-priv-*.pem
azure-pub-*.txt
ec2-*.pem
gcp-pub-*
gcp-priv-*
lxd-*-uaclient-ci-*
build-from-source.sh
test-results*
# credentials - don't commit credentials
tools/ua-test-credentials.yaml
features/config/protest.yaml
# apt-hook build artifacts
apt-hook/hook
apt-hook/ubuntu-advantage.pot
apt-hook/json-hook
apt-hook/json-hook-test
# custom github actions use node
node_modules
# docs
docs/build/
.sphinx
# compiled translations
debian/po/usr