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:
@@ -0,0 +1,33 @@
|
||||
.git
|
||||
.gitignore
|
||||
.dockerignore
|
||||
.DS_Store
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
# Local Go binaries
|
||||
bin/
|
||||
flow
|
||||
*.test
|
||||
coverage.out
|
||||
|
||||
# Local databases
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
|
||||
# Frontend build artifacts (rebuilt inside the web build stage)
|
||||
web/node_modules/
|
||||
web/.next/
|
||||
web/out/
|
||||
web/dist/
|
||||
|
||||
# Secrets / env
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Docs / examples don't need to be in build context
|
||||
docs/
|
||||
README.md
|
||||
LICENSE
|
||||
Reference in New Issue
Block a user