forked from kestra-io/kestra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
58 lines (51 loc) · 741 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
56
57
58
### Java
Thumbs.db
.DS_Store
.gradle
build/
target/
out/
.idea
.vscode
prettierrc.js
*.iml
*.ipr
*.iws
.project
.settings
.classpath
.attach*
**/*.class
**/bin/*
### Configurations
docker-compose.override.yml
cli/src/main/resources/application-*.yml
/local
### Javascript
node
node_modules
yarn-error.log
yarn.lock
ui/node_modules
ui/.env.local
ui/.env.*.local
webserver/src/main/resources/ui
yarn.lock
ui/coverage
ui/stats.html
ui/.frontend-gradle-plugin
### Docker
/.env
docker-compose*.overide.yml
docker/app/plugins/*.jar
docker/app/kestra
docker/app/confs/*.yml
docker/app/secrets/*.yml
### Build
core/src/main/resources/gradle.properties
.plugins.override
# H2 Database
/data
# Allure Reports
**/allure-results/*
*storybook.log