Add .gitignore for Koja app
Ignore build artifacts (tsbuildinfo, .next) and Capacitor native output directories. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
node_modules
|
||||
.next
|
||||
out
|
||||
.env
|
||||
.env.local
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
# Capacitor native shell
|
||||
android
|
||||
ios
|
||||
.capacitor
|
||||
Reference in New Issue
Block a user