diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6dfad31 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# Override specific file types +*.cs linguist-language=Rust +*.sln linguist-documentation +*.csproj linguist-documentation + +# Or vendor all non-Rust files +*.cs linguist-vendored +*.js linguist-vendored +*.py linguist-vendored \ No newline at end of file diff --git a/.gitignore b/.gitignore index 338e3e6..08dc3d9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,7 @@ .DS_STORE Storage/ + +*.sln +*.cs +*.csproj