mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 16:30:19 +00:00
23 lines
178 B
Plaintext
23 lines
178 B
Plaintext
|
# Eclipse
|
||
|
.classpath
|
||
|
.project
|
||
|
.settings/
|
||
|
|
||
|
# Intellij
|
||
|
.idea/
|
||
|
*.iml
|
||
|
*.iws
|
||
|
|
||
|
# Mac
|
||
|
.DS_Store
|
||
|
|
||
|
# Maven
|
||
|
target/
|
||
|
**/dependency-reduced-pom.xml
|
||
|
|
||
|
# Gradle
|
||
|
/.gradle
|
||
|
build/
|
||
|
*/out/
|
||
|
*/*/out/
|