Files
WeatherChanger/.gitignore
2024-04-04 21:14:45 +13:00

26 lines
243 B
Plaintext

# Build download location
tmp/
/.cache
/build/
/scripts/
*.log
# Jetbrains IDE
.idea
# Visual Studio Code
.vscode
# Yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Parcel
.parcel-cache
dist/