blob: b8411f7e578a9c0e5e9a30629061d3d082680e54 [file] [log] [blame]
#Ignore all bin folders
bin/
#Ignore all .settings folders
*/*/.settings/
#Ignore vi temporary files
*~
*swp
#Ignore temp test file
plugins/*/utf8_input_copy.xml
#Ignore maven build target
target/
#Ignore workspace folders
workspace/
#Ignore Python cache
__pycache__/
#Ignore node_modules
node_modules
#Ignore autogenerated bazel- folders
bazel-bin
bazel-*
bazel-out
bazel-testlogs
output_rules_osee_bazel