mirror of
https://github.com/Lucaslah/WeatherChanger.git
synced 2026-01-07 22:17:52 +00:00
Initial Commit
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user