-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (48 loc) · 1.3 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
yarn.lock
.DS_Store
node_modules/
/vue_frontend/dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/test/unit/coverage/
/test/e2e/reports/
selenium-debug.log
vue_frontend/node_modules
tufts_gt_wisc_configuration.json
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
# dynamic data
shared/static/d3m_writeable/data/
shared/static/data/
shared/static/problem_desc/*.json
shared/static/learningData.csv
shared/static/thumbnail_*
shared/static/timeseries_*
shared/static/local_testing_data/LL1_3476_HMDB_actio_recognition/*
!shared/static/local_testing_data/LL1_3476_HMDB_actio_recognition/load.sh
shared/static/local_testing_data/31_urbansound/*
!shared/static/local_testing_data/31_urbansound/load.sh
shared/static/local_testing_data/60_jester/*
!shared/static/local_testing_data/60_jester/*.sh
shared/output/*
!shared/output/README.txt
shared/splitter.pkl
# voder and python
shared/static/local_testing_data/voder/*.json
!shared/static/local_testing_data/voder/cars.json
shared/static/local_testing_data/voder/*.csv
!shared/static/local_testing_data/voder/cars.csv
# layouts
vue_frontend/src/store/settings/layouts.json
vue_frontend/src/store/settings/layouts_task_one.json
# augmentation dataset
node_middleware/augmentData.csv
node_middleware/dataset_doc.json
shared/*.json
shared/*.pkl