Gitignore .env*.local and stop tracking web/.env.local

Anton Kaminsky10d ago7573f1219ba6parent 17fe7cd
2 files changed+1-1
.gitignore
@@ -36,4 +36,5 @@
3636
3737# Vendored Mermaid source (committed for CI builds)
3838# collab/mermaid/ node_modules and dist are still ignored via the global rules
39.env*.local
3940.env.token
4041
web/.env.local
@@ -1,1 +0,0 @@
1NEXT_PUBLIC_COLLAB_SOCKET_URL=http://localhost:3334
20