mirror of
https://github.com/open-gitagent/langship.sh.git
synced 2026-08-03 07:21:04 +02:00
feat(web): initialize Next.js project with Tailwind CSS and TypeScript setup
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
/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/
|
||||
Reference in New Issue
Block a user