Initial commit
Next.js + Express event management app for Hope Family Church.
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# env files (never commit real secrets — .env.example files are fine)
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# next.js
|
||||
.next/
|
||||
out/
|
||||
|
||||
# build output
|
||||
dist/
|
||||
build/
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
*.log
|
||||
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# misc scratch / generated files
|
||||
temp/
|
||||
backend/public/uploads/
|
||||
Reference in New Issue
Block a user