mirror of
https://github.com/Lucaslah/WeatherChanger.git
synced 2026-01-03 03:57:50 +00:00
26 lines
243 B
Plaintext
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/ |