quantum-fusion / springboot_swagger_example-master-cassandra

0 stars 0 forks source link

Language for repo was HTML and cassandra was interfering with linguist #30

Closed quantum-fusion closed 6 years ago

quantum-fusion commented 6 years ago

The problem was that the apache cassandra project was causing the default linguist to think that the project was primarily HTML content.

https://hackernoon.com/how-to-change-repo-language-in-github-c3e07819c5bb

The solution was that I created a .gitattributes file and then disallowed the apache cassandra directory as linguist-vendored code.

The problem was solved, and now knows that the project is JAVA.

quantum-fusion commented 6 years ago

problem solved.