getting ready for v2.0

This commit is contained in:
Jack
2025-05-29 00:41:22 -04:00
parent 333325c4e0
commit 0afc71fa0f
10 changed files with 50 additions and 820 deletions

55
.gitignore vendored
View File

@@ -1,23 +1,36 @@
# User-specific IDEA files
.idea
# =====================================
# 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
# 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
# VS Code
.vscode/
# Eclipse
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
.classpath
.settings/
# Generated output folders
out/
bin/
# MacOS
.DS_Store
# Temp files
*~
*.swp
*.tmp
*.bak