]> git.lizzy.rs Git - frontend-next.git/blob - .gitignore
Use encodeURIComponent to encode language for URI
[frontend-next.git] / .gitignore
1 # Svelte
2 .DS_Store
3 node_modules/
4 build/
5 .svelte-kit/
6 package/
7 .env
8 .env.*
9 !.env.example
10 .vercel/
11 .output/
12
13 # IDE
14 .idea/