This commit is contained in:
Nikita
2024-09-08 14:31:59 +03:00
parent b27fc3014e
commit 6ae100f206
2 changed files with 40 additions and 23 deletions

23
.gitignore vendored
View File

@@ -1,19 +1,28 @@
# general
.DS_Store
.env
.env*.local
output
dist
# ts
node_modules
package-lock.json
pnpm-lock.yaml
.vercel
# rust
/target/
# next
.next-types
.next
# other
private
past-*
output
dist
# rust
/target/
# repos
cli
private
docs
# other
past.*
x.*