mirror of https://github.com/minio/minio.git
18 lines
220 B
Plaintext
18 lines
220 B
Plaintext
|
*.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/*
|