algorithms-for-computing-li.../.gitignore

23 lines
222 B
Plaintext
Raw Normal View History

# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
# Mac
.DS_Store
# Maven
log/
2020-04-05 17:27:54 +00:00
target/
# Ignore Gradle project-specific cache directory
2020-04-05 19:11:50 +00:00
.gradle/
2020-04-05 17:27:54 +00:00
# Ignore Gradle build output directory
build
log4j/