forked from yugabyte/yugabyte-db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
75 lines (61 loc) · 1.04 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
73
74
75
/bin
build
logs
target
.bsp
.idea
.idea_modules
jacoco.exec
/.classpath
/.project
/.settings
/RUNNING_PID
# VIM/emacs stuff
*.swp
*~
core*
oprofile_data
.metadata/
*.iml
app/.DS_STORE
.DS_Store
app/views/.DS_Store
node_modules/
react/node_modules/
*bundle.js
react/public/bundle.js
react/.idea/
npm-debug.log
react/npm-debug.log
# TODO: Investigate why following file gets generated even when evolutions is disabled
conf/*
/swagger/conf/*
src/main/public/*
src/main/resources/version_metadata.json
src/universal/ybc/*
*.pyc
docker/yugaware/*.yml
ui/.env
ui/public/map/
ui/coverage/
ui/junit.xml
.session.vim*
src/public/*
client/*/v1
client/*/v2
!client/java/v1
!client/java/v2
client/java/v1/*
client/java/v2/*
!client/java/v1/pom.xml
!client/java/v2/pom.xml
client/*/generated
lib
devops/pex/pexEnv
# This is for people using pyenv with a local version for YBA set.
.python-version
# openapi generated server stubs during build
src/main/resources/openapi.yaml
src/main/resources/openapi_public.yaml
src/main/resources/openapi/paths/_index.yaml
tmp