Files
RealTimeWeather/.gitignore
2025-05-29 00:41:22 -04:00

36 lines
496 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# =====================================
# RealTimeWeather Git ignore rules
# =====================================
# Gradle build & cache
.gradle/
build/
# Gradle Wrapper keep only the two required files
!gradle/wrapper/gradle-wrapper.jar
!gradle/wrapper/gradle-wrapper.properties
gradle/wrapper/*
# IDEs
# IntelliJ IDEA
.idea/
*.iml
# VS Code
.vscode/
# Eclipse
.project
.classpath
.settings/
# Generated output folders
out/
bin/
# MacOS
.DS_Store
# Temp files
*~
*.swp
*.tmp
*.bak