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:
soroush.asadi
2026-05-29 17:25:31 +03:30
parent 377ef109cd
commit 634ebe4856
+12
View File
@@ -0,0 +1,12 @@
node_modules
.next
out
.env
.env.local
*.tsbuildinfo
next-env.d.ts
# Capacitor native shell
android
ios
.capacitor