-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (39 loc) · 699 Bytes
/
.gitignore
File metadata and controls
48 lines (39 loc) · 699 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
40
41
42
43
44
45
46
47
48
*/target/*
target/*
*.xes
*.class
*.log
*/.idea/*
.idea/*
pythonTesting/env/*
*.withTimestamp
logfiles/*
logfilesPre/*
.environment
project/*
!project/assembly.sbt
!project/build.properties
!experiments/input/test_small.withTimestamp
#cassandra
dockerbase/cassandra/data/*
#allow specific test datasets
!experiments/input/test1.withTimestamp
!experiments/input/test2.withTimestamp
!experiments/input/test.withTimestamp
dockerbase/spark-3.0.0-bin-hadoop3.2/*
dockerbase/offsetexplorer.sh
python_scripts/env/*
#python
python_scripts/.ipynb_checkpoints/*
pythonAPI/test_main.http
pythonAPI/files
pythonAPI/.idea
pythonAPI/venv
.bsp
*.db
*/env
*/__pycache__/*
#vscode
.bloop/
.metals/
.vscode/