my website at ewancroft.uk
1node_modules
2
3# Output
4.output
5.vercel
6.netlify
7.wrangler
8/.svelte-kit
9/build
10
11# OS
12.DS_Store
13Thumbs.db
14
15# Env
16.env
17.env.*
18!.env.example
19!.env.test
20
21# Vite
22vite.config.js.timestamp-*
23vite.config.ts.timestamp-*
24
25# ephemeral files
26*.log
27*.tmp
28*.swp
29*.swo
30*.bak
31*.old
32
33# temporary files that i plan to delete later but defined here for posterity
34static/lexicons/bluesky lexicons.json
35# Other sources that I will delete later
36# They are used as references, so i will not commit them as my own files
37other/*
38git-diff.txt