-
Notifications
You must be signed in to change notification settings - Fork 24
/
.gitignore
51 lines (49 loc) · 1.69 KB
/
.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
### Files for Python Tempory Output
*.pyc
*.pyo
*.bak
### Files for Pycharm
package/.idea
.idea/
*.log
dist/*
*.egg-info
tests/.DS_Store
pip-wheel-metadata/UNKNOWN.dist-info/top_level.txt
pip-wheel-metadata/UNKNOWN.dist-info/METADATA
.vscode/settings.json
.DS_Store
.venv*
output
# The following files should never be checked into git but can not be in the
# ignore file due to poetry issues
# splunk_add_on_ucc_framework/package/appserver/static/css/*
# splunk_add_on_ucc_framework/package/appserver/static/js/build/*.js
# splunk_add_on_ucc_framework/package/locale/zh_CN/LC_MESSAGES/messages.po
# splunk_add_on_ucc_framework/package/locale/zh_CN/LC_MESSAGES/messages.mo
# splunk_add_on_ucc_framework/package/locale/messages.pot
# splunk_add_on_ucc_framework/package/appserver/static/styles/bootstrap.pcss
# splunk_add_on_ucc_framework/package/appserver/templates/base.html
# splunk_add_on_ucc_framework/package/appserver/templates/redirect.html
# splunk_add_on_ucc_framework/package/default/data/ui/nav/default.xml
# splunk_add_on_ucc_framework/package/default/data/ui/views/configuration.xml
# splunk_add_on_ucc_framework/package/default/data/ui/views/inputs.xml
# splunk_add_on_ucc_framework/package/default/data/ui/views/redirect.xml
# splunk_add_on_ucc_framework/uccrestbuilder/builder.py
.gitmodules
.pytest_cache/**
site/
**/events.pickle
assets/
Splunk_TA_Dynatrace/*
Splunk_TA_Dynatrace_ucc/*
demo_addon_for_splunk_already_exists/
demo_addon_for_splunk_license/
addon_name
init_addon_for_ucc_package/
# UI build
# ignore everything except redirect_page.js
splunk_add_on_ucc_framework/package/appserver/static/js/build/
!splunk_add_on_ucc_framework/package/appserver/static/js/build/redirect_page.js
coverage.xml
.coverage