chore: add root gitignore and clean build artifacts
This commit is contained in:
31
apps/public-web/.gitignore
vendored
Normal file
31
apps/public-web/.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# Next.js
|
||||
.next/
|
||||
out/
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Env
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.production.local
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# Turbo / Next cache
|
||||
.turbo/
|
||||
|
||||
# IntelliJ / IDE
|
||||
.idea/
|
||||
|
||||
# Local data
|
||||
data/
|
||||
Reference in New Issue
Block a user