Add data
and .calva
to .gitignore
We don't want to be committing the data files or the Calva files generated by running Clojure in VS Code. This fixes that.
This commit is contained in:
parent
0ca5e77d7a
commit
a6e195eb0e
6
.gitignore
vendored
6
.gitignore
vendored
@ -13,3 +13,9 @@ pom.xml.asc
|
|||||||
out
|
out
|
||||||
notes
|
notes
|
||||||
.idea/
|
.idea/
|
||||||
|
.calva/
|
||||||
|
|
||||||
|
# Don't commit the data directory that we'll
|
||||||
|
# use to hold the data from
|
||||||
|
# https://github.com/thelmuth/program-synthesis-benchmark-datasets
|
||||||
|
/data
|
Loading…
x
Reference in New Issue
Block a user