Files
RealTimeWeather/.gitignore
2024-07-23 23:37:07 -04:00

23 lines
423 B
Plaintext

# User-specific IDEA files
.idea
*.iml
# Gradle build files
.gradle
**/build/
!src/**/build/
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties
# Cache of project
.gradletasknamecache
# Eclipse Gradle plugin generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath