scylladb / python-driver

ScyllaDB Python Driver, originally DataStax Python Driver for Apache Cassandra
https://python-driver.docs.scylladb.com
Apache License 2.0
75 stars 42 forks source link

Remove files from scylla repo #368

Closed dkropachev closed 3 months ago

dkropachev commented 3 months ago

There are some files that we don't want to sync from upstream even in far future. This commit to remove them and add them to .gitignore

The following to be removed:

tox.ini
Jenkinsfile
Jenkinsfile.bak
.travis.yml
build.yaml.bak
docs/core_graph.rst
docs/classic_graph.rst
docs/geo_types.rst
docs/graph.rst
docs/graph_fluent.rst
docs/api/cassandra/graph.rst
docs/api/cassandra/datastax/graph/
Lorak-mmk commented 3 months ago

I did a bit more cleanups in https://github.com/scylladb/python-driver/pull/371 (will soon be ready for review) - my PR includes all of the changes here

dkropachev commented 3 months ago

closed in favor https://github.com/scylladb/python-driver/pull/371