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,12 @@
|
||||
node_modules
|
||||
.next
|
||||
dist
|
||||
# Note: out/ is the static-export target embedded by Go (web/embed.go).
|
||||
# We ignore everything inside but keep the directory + .gitkeep so the
|
||||
# Go embed compiles before the npm build has run.
|
||||
/out/*
|
||||
!/out/.gitkeep
|
||||
.env*.local
|
||||
.DS_Store
|
||||
next-env.d.ts
|
||||
*.tsbuildinfo
|
||||
Reference in New Issue
Block a user