mirror of
https://github.com/minio/minio.git
synced 2025-11-19 17:45:16 -05:00
Add mint tests into MinIO repo (#7886)
This commit is contained in:
17
mint/.gitignore
vendored
Normal file
17
mint/.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
*.test
|
||||
*.jar
|
||||
src/*
|
||||
temp
|
||||
__pycache__/
|
||||
log/*
|
||||
minio.test
|
||||
bin/*
|
||||
node_modules
|
||||
# exception to the rule
|
||||
!log/.gitkeep
|
||||
!bin/.gitkeep
|
||||
*.class
|
||||
*~
|
||||
run/core/minio-dotnet/bin/*
|
||||
run/core/minio-dotnet/obj/*
|
||||
run/core/minio-dotnet/out/*
|
||||
Reference in New Issue
Block a user