Compare commits

..

No commits in common. "f214f19fc6682c9ec162956a9e3f57ca57f6bd6b" and "9876747c6c280591865c4505d55fe6e5d63f15c8" have entirely different histories.

3 changed files with 13 additions and 10 deletions

11
.gitignore vendored
View File

@ -1,12 +1,3 @@
.DS_Store
website/build
website/node_modules
website/.svelte-kit
website/package
website/.env
website/.env.*
website/!.env.example
website/vite.config.js.timestamp-*
website/vite.config.ts.timestamp-*
gpx/node_modules
gpx/dist

2
gpx/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
node_modules
dist

10
website/.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*