spark-wordcount/.gitignore
karthik 1d4662b273
Some checks failed
Tests / reset-status (push) Successful in 2s
Tests / tests (push) Failing after 4m51s
Tests / build (push) Has been skipped
Use gradle version catalog
2023-10-07 13:10:15 +02:00

12 lines
121 B
Plaintext

# Compiled classes
*.class
# Gradle files
.gradle
# IntelliJ IDEA files
.idea
# Build files
build
# Log files
*.log
logs