forked from oracle/oci-designer-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
72 lines (60 loc) · 1.02 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# IDE Directories and Files
.idea
**/*.iml
**/.DS_Store
.vscode
.vscode/*.json
.vscode/settings.json
.scannerwork
# Python Environments
venv/
.venv/
# Python Cache
*.pyc
__pycache__/
.pytest_cache/
*.egg-info/
okit.wpr
# Node / React / Electron
**/dist/
**/build/
**/node_modules
**/out/
**/lib/
# **/package-lock.json
# Terraform
**/.terraform*
# Containers
.vagrant
containers/.oci
**/*.pem
containers/oci/*
!containers/oci/example_config
!containers/cloud
containers/ssh/*
!containers/ssh/example_config
!okitweb/static/model
/docker-compose.yml
/lima-compose.yml
/containers/runtime/
/containers/lima/
/containers/vbox/
# Auto Generated Code that can be created during build
**/resources/generated/*.ts
**/resources/generated/*.tsx
# Runtime Generated Files
okitweb/static/okit/json/dropdown_data/*
okitweb/static/okit/templates/user/*
okitweb/static/okit/json/dropdown/profiles/*
okitweb/static/okit/json/cache.json
output/
log/
/instance/
# Testing
test
**/test/model
**/test/properties
workspace
# Others
.coverage
htmlcov/