-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy path.gitignore
43 lines (39 loc) · 1.42 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
# Generated by Cargo
# will have compiled files and executables
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.bak.lock
# These are backup files generated by rustfmt
**/*.rs.bk
vega-fusion/tests/scratch/*
vega-fusion/tests/util/vegajs_runtime/node_modules
vegafusion-runtime/tests/util/vegajs_runtime/node_modules/
/vegafusion-wasm/node_modules/
/vegafusion-runtime/tests/output
/python/vegafusion-jupyter/docs/source/_static/
/python/vegafusion-jupyter/vegafusion_jupyter/nbextension/
/.idea/
/python/vegafusion-jupyter/css/
/python/vegafusion-jupyter/tests/temp_screenshot/
_vegafusion_data
/python/vegafusion-jupyter/examples/data/
/python/vegafusion-jupyter/examples/omnisci_downloads/
/python/vegafusion/dist/
/python/vegafusion/vegafusion.egg-info/
/python/vegafusion/build/
/vegafusion-wasm/examples/chart_editor/dist/
/vegafusion-wasm/examples/chart_editor/node_modules/
/javascript/vegafusion-embed/css/
/javascript/vegafusion-embed/lib/
/javascript/vegafusion-embed/node_modules/
/javascript/vegafusion-chart-editor/dist/
/javascript/vegafusion-chart-editor/node_modules/
/javascript/vegafusion-embed/package/css/
/javascript/vegafusion-embed/package/lib/
/vegafusion-server/examples/chart_editor/node_modules/
/vegafusion-runtime/tests/data/
/scratch/
.DS_Store
__pycache__
/.ipynb_checkpoints/