mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
44 lines
No EOL
822 B
Text
44 lines
No EOL
822 B
Text
# Ignore backup files.
|
|
*~
|
|
# Ignore Vim swap files.
|
|
.*.swp
|
|
# Ignore files generated by IDEs.
|
|
/.classpath
|
|
/.factorypath
|
|
/.idea/
|
|
/.ijwb/
|
|
/.project
|
|
/.settings
|
|
/.vscode/
|
|
/bazel.iml
|
|
# Ignore all bazel-* symlinks. There is no full list since this can change
|
|
# based on the name of the directory bazel is cloned into.
|
|
/bazel-*
|
|
# Ignore outputs generated during Bazel bootstrapping.
|
|
/output/
|
|
# Ignore jekyll build output.
|
|
/production
|
|
/.sass-cache
|
|
# Bazelisk version file
|
|
.bazelversion
|
|
# User-specific .bazelrc
|
|
user.bazelrc
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
vendor/
|
|
|
|
# Project related ignores
|
|
/ray-operator |