mirror of
https://github.com/open-gitagent/langship.sh.git
synced 2026-08-03 07:21:04 +02:00
20 lines
179 B
Plaintext
20 lines
179 B
Plaintext
/bin/
|
|
/flow
|
|
/*.db
|
|
/*.db-shm
|
|
/*.db-wal
|
|
.env
|
|
.env.local
|
|
coverage.out
|
|
*.test
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
|
|
# frontend
|
|
web/node_modules/
|
|
web/.next/
|
|
web/out/*
|
|
!web/out/.gitkeep
|
|
web/dist/
|