Loading .gitignore +1 −6 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ logs/*.log # Frontend build artifacts build/ !page/build/ dist/ *.cache Loading Loading @@ -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 Loading Loading
.gitignore +1 −6 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ logs/*.log # Frontend build artifacts build/ !page/build/ dist/ *.cache Loading Loading @@ -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 Loading