forked from TrueCloudLab/frostfs-s3-gw
18 lines
220 B
Text
18 lines
220 B
Text
|
*.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/*
|