-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy path.gitignore
66 lines (60 loc) · 979 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
60
61
62
63
64
65
66
*_local.*
vis/images/*.pdf
node_modules/
npm-debug.log
**/.sass-cache/*
vis/stylesheets/*.css
*.map
dist/
.idea/
/config.js
.cache
coverage/
# local deployment files
/deploy.sh
/config.ini
/config_covis.js
/config_linkedcat.js
/config_triple.js
/config_viper.js
/covis.sqlite
/example_config.ini
/example_config.js
/lc_browseview_cache.json
/lc_cache.json
/linkedcat.sqlite
.env
backend_*.sh
server/workers/tests/*.csv
server/workers/tests/*.txt
server/workers/tests/testutils/
local_dev/renv/*
# php files
/server/classes/headstart/vendor
/server/classes/headstart/var/*
# R files
server/preprocessing/other-scripts/.Rhistory
server/preprocessing/other-scripts/renv
.Rhistory
.Rprofile
.Rproj*
/*.Rproj
.Rproj.user
# python files
*.pyc
*.pkl
.ipynb_checkpoints
*.ipynb
/nbproject/private/
/server/nbproject/private/
.pytest_cache
*__pycache__*
# python files
*.pyc
*.pkl
.ipynb_checkpoints
*.ipynb
/nbproject/private/
/server/nbproject/private/
.pytest_cache
*__pycache__*