mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore(examples): remove -demo suffix on dir names
This commit is contained in:
+11
-2
@@ -3,6 +3,7 @@
|
||||
# -------------------------
|
||||
node_modules/
|
||||
logs/
|
||||
.yarn/*
|
||||
*.log
|
||||
*.pid
|
||||
*.seed
|
||||
@@ -33,7 +34,7 @@ __tests__/coverage/
|
||||
# Environment
|
||||
# -------------------------
|
||||
.env
|
||||
.env.*
|
||||
.env*
|
||||
!.env.example
|
||||
|
||||
# -------------------------
|
||||
@@ -59,6 +60,7 @@ __tests__/coverage/
|
||||
# -------------------------
|
||||
# OS Generated
|
||||
# -------------------------
|
||||
*.pem
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
@@ -71,7 +73,6 @@ Desktop.ini
|
||||
# -------------------------
|
||||
# Framework / Tool Specific
|
||||
# -------------------------
|
||||
.next/
|
||||
.nuxt/
|
||||
.vuepress/dist/
|
||||
.serverless/
|
||||
@@ -79,6 +80,11 @@ Desktop.ini
|
||||
.dynamodb/
|
||||
.react-devtools
|
||||
|
||||
# Next.js
|
||||
.next/
|
||||
next-env.d.ts
|
||||
examples/next/build
|
||||
|
||||
# React Native
|
||||
.expo/
|
||||
.expo-shared/
|
||||
@@ -111,6 +117,9 @@ Pods/
|
||||
# Linting
|
||||
.eslintcache
|
||||
|
||||
# Vercel
|
||||
.vercel
|
||||
|
||||
# -------------------------
|
||||
# Package Manager Locks
|
||||
# Keep only one when enforcing workspace consistency
|
||||
|
||||
Reference in New Issue
Block a user