mirror of
https://github.com/open-gitagent/langship.sh.git
synced 2026-08-03 07:21:04 +02:00
13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
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
|