forked from deephaven/deephaven-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (56 loc) · 821 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
59
# Note: to ensure that new rules don't mask already committed files, run:
# git ls-files -i --exclude-standard
#
# This check is run in CI, see .github/scripts/check-gitignore-rules.sh
.idea/
build/
buildTest/
out/
.gradle/
*.ipr
*.iws
*.iml
tmp/
target/
IRIS_GRADLE_VERSION
IRIS_VCS_VERSION
JAVA_VERSION
lib/external/
lib/thirdparty/
irisDb.history
*/out
.reviewboardrc
*.iml
.illumon.launcher.properties
Containers/dockers/packages*
Containers/dockers/third-party/*
docker-compose.override.yml
**/.DS_Store
/data/
/test.*
/test
/Test*
/logs/*
.vscode
sphinx/build/
# Python
__pycache__/
*.pyc
py/venvs/
py/installs/
web/.cache
build/pipcache/
.programfiles/
workspaces/
devopsLocal/
pyclient/venv
pyclient/dist
.venv/
*.egg-info/
jenkins/failures
node_modules
.java-version
.project
.classpath
.settings
.Rproj.user