Commit f39bc614 authored by Markus Mößler's avatar Markus Mößler
Browse files

updated gitignore to allow build dir in page dir

parent 3ea25cfd
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ logs/*.log

# Frontend build artifacts
build/
!page/build/
dist/
*.cache

@@ -76,12 +77,6 @@ __pycache__/
*.py~
*.egg-info/

# Framework-specific ignores
.next/         # Next.js
out/           # Next.js static exports
.nuxt/         # Nuxt.js
.svelte-kit/   # SvelteKit

# Package manager lockfiles
package-lock.json
yarn.lock