mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
29 lines
217 B
Text
29 lines
217 B
Text
# Eclipse
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
|
|
# Intellij
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
|
|
# Mac
|
|
.DS_Store
|
|
|
|
# Maven
|
|
target/
|
|
**/dependency-reduced-pom.xml
|
|
|
|
# Gradle
|
|
/.gradle
|
|
build/
|
|
*/out/
|
|
*/*/out/
|
|
|
|
# VS Code
|
|
bin/
|
|
.vscode/
|
|
|
|
# make
|
|
c.out
|