forked from redhat-developer/rhdh-local
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (31 loc) · 1011 Bytes
/
Copy path.gitignore
File metadata and controls
39 lines (31 loc) · 1011 Bytes
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
.env
configs/github-app-credentials.yaml
configs/.npmrc
/tmp
dynamic-plugins-root
# User-specific local configuration files
*.local.yaml
*-credentials.yaml
/configs/dynamic-plugins/dynamic-plugins.override.yaml*
compose.override.yaml*
# Local shell scripts in the root folder
*.local.sh
# Catalog-Entities
/configs/catalog-entities/users.override.yaml
/configs/catalog-entities/components.override.yaml
# Extra-files
/configs/extra-files/*
!/configs/extra-files/github-app-credentials.example.yaml
/developer-lightspeed/configs/extra-files/*
!/developer-lightspeed/configs/extra-files/lightspeed-stack.yaml
!/developer-lightspeed/configs/extra-files/config.yaml
!/developer-lightspeed/configs/extra-files/rhdh-profile.py
!/developer-lightspeed/configs/extra-files/templates
# Kept for backward compatibility, but now Git-ignored
/configs/app-config.local.yaml
/configs/dynamic-plugins.yaml
/configs/github-app-credentials.example.yaml
# Generated during local development
generated/
**/.DS_Store
.idea