mirror of
https://github.com/Lucaslah/WeatherChanger.git
synced 2026-01-02 19:47:50 +00:00
- Removed broken code - Update README.md - Update .gitignore Signed-off-by: Lucas Petrino <nsx1lucas@gmail.com>
34 lines
214 B
Plaintext
34 lines
214 B
Plaintext
# gradle
|
|
|
|
.gradle/
|
|
build/
|
|
out/
|
|
classes/
|
|
|
|
# eclipse
|
|
|
|
*.launch
|
|
|
|
# idea
|
|
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# vscode
|
|
|
|
.settings/
|
|
.vscode/
|
|
bin/
|
|
.classpath
|
|
.project
|
|
|
|
# macos
|
|
|
|
*.DS_Store
|
|
|
|
# fabric
|
|
|
|
run/
|
|
.architectury-transformer/ |