feat: initial admin panel
This commit is contained in:
+29
-1
@@ -1 +1,29 @@
|
||||
node_modules/
|
||||
# Create or edit .gitignore
|
||||
echo "# Next.js build output
|
||||
.next/
|
||||
.next/**
|
||||
.next/dev/lock
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# Debug logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?" >> .gitignore
|
||||
Reference in New Issue
Block a user