19 lines
146 B
Plaintext
19 lines
146 B
Plaintext
# Maven
|
|
/target/
|
|
**/target/
|
|
*.log
|
|
|
|
# IntelliJ IDEA
|
|
.idea/
|
|
*.iml
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Bench results
|
|
fpr-bench/results/
|