mirror of
https://github.com/zhigang1992/examples.git
synced 2026-01-12 22:47:03 +08:00
Remove extra gitignores
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
.expo
|
||||
.vscode
|
||||
node_modules
|
||||
yarn-error.log
|
||||
|
||||
# Web
|
||||
web-build
|
||||
@@ -17,4 +18,10 @@ with-gatsby/public
|
||||
.next
|
||||
with-nextjs/out
|
||||
|
||||
.gh-assets
|
||||
.gh-assets
|
||||
|
||||
# Native
|
||||
*/ios/Pods
|
||||
|
||||
# Websockets
|
||||
*/backend/.env
|
||||
22
with-electron/.gitignore
vendored
22
with-electron/.gitignore
vendored
@@ -1,22 +0,0 @@
|
||||
node_modules/**/*
|
||||
.expo/*
|
||||
npm-debug.*
|
||||
*.jks
|
||||
*.p8
|
||||
*.p12
|
||||
*.key
|
||||
*.mobileprovision
|
||||
*.orig.*
|
||||
web-build/
|
||||
web-report/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
/dist
|
||||
# @generated: @expo/electron-adapter@0.0.0-alpha.8
|
||||
/.expo/*
|
||||
# Expo Web
|
||||
/web-build/*
|
||||
# electron-webpack
|
||||
/dist
|
||||
# @end @expo/electron-adapter
|
||||
3
with-formdata-image-upload/app/.gitignore
vendored
3
with-formdata-image-upload/app/.gitignore
vendored
@@ -1,3 +0,0 @@
|
||||
node_modules/**/*
|
||||
.expo/*
|
||||
npm-debug.*
|
||||
@@ -1,2 +0,0 @@
|
||||
node_modules/**/*
|
||||
.env
|
||||
18
with-gatsby/.gitignore
vendored
18
with-gatsby/.gitignore
vendored
@@ -1,18 +0,0 @@
|
||||
node_modules/**/*
|
||||
.expo/*
|
||||
npm-debug.*
|
||||
*.jks
|
||||
*.p8
|
||||
*.p12
|
||||
*.key
|
||||
*.mobileprovision
|
||||
*.orig.*
|
||||
web-build/
|
||||
web-report/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Gatsby
|
||||
/.cache
|
||||
/public
|
||||
36
with-nextjs/.gitignore
vendored
36
with-nextjs/.gitignore
vendored
@@ -1,36 +0,0 @@
|
||||
node_modules/**/*
|
||||
.expo/*
|
||||
npm-debug.*
|
||||
*.jks
|
||||
*.p8
|
||||
*.p12
|
||||
*.key
|
||||
*.mobileprovision
|
||||
*.orig.*
|
||||
web-build/
|
||||
web-report/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# @generated: @expo/next-adapter@2.0.0-beta.7
|
||||
/.expo/*
|
||||
# Expo Web
|
||||
/web-build/*
|
||||
/web-report/*
|
||||
# Expo Native
|
||||
*.jks
|
||||
*.p8
|
||||
*.p12
|
||||
*.key
|
||||
*.mobileprovision
|
||||
*.orig.*
|
||||
# Next.js
|
||||
/.next/*
|
||||
/out/
|
||||
# Next.js production
|
||||
/build/
|
||||
# Next.js dependencies
|
||||
/.pnp
|
||||
.pnp.js
|
||||
# @end @expo/next-adapter
|
||||
3
with-postpublish-hooks/.gitignore
vendored
3
with-postpublish-hooks/.gitignore
vendored
@@ -1,3 +0,0 @@
|
||||
node_modules/**/*
|
||||
.expo/*
|
||||
npm-debug.*
|
||||
3
with-socket-io/app/.gitignore
vendored
3
with-socket-io/app/.gitignore
vendored
@@ -1,3 +0,0 @@
|
||||
node_modules/**/*
|
||||
.expo/*
|
||||
npm-debug.*
|
||||
1
with-socket-io/backend/.gitignore
vendored
1
with-socket-io/backend/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
node_modules/
|
||||
13
with-storybook/.gitignore
vendored
13
with-storybook/.gitignore
vendored
@@ -1,13 +0,0 @@
|
||||
node_modules/**/*
|
||||
.expo/*
|
||||
npm-debug.*
|
||||
*.jks
|
||||
*.p8
|
||||
*.p12
|
||||
*.key
|
||||
*.mobileprovision
|
||||
*.orig.*
|
||||
web-build/
|
||||
web-report/
|
||||
|
||||
yarn-error.log
|
||||
3
with-victory-native/.gitignore
vendored
3
with-victory-native/.gitignore
vendored
@@ -1,3 +0,0 @@
|
||||
node_modules/**/*
|
||||
.expo/*
|
||||
npm-debug.*
|
||||
@@ -1,59 +0,0 @@
|
||||
# OSX
|
||||
#
|
||||
.DS_Store
|
||||
|
||||
# Xcode
|
||||
#
|
||||
build/
|
||||
*.pbxuser
|
||||
!default.pbxuser
|
||||
*.mode1v3
|
||||
!default.mode1v3
|
||||
*.mode2v3
|
||||
!default.mode2v3
|
||||
*.perspectivev3
|
||||
!default.perspectivev3
|
||||
xcuserdata
|
||||
*.xccheckout
|
||||
*.moved-aside
|
||||
DerivedData
|
||||
*.hmap
|
||||
*.ipa
|
||||
*.xcuserstate
|
||||
|
||||
# Android/IntelliJ
|
||||
#
|
||||
build/
|
||||
.idea
|
||||
.gradle
|
||||
local.properties
|
||||
*.iml
|
||||
|
||||
# node.js
|
||||
#
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
|
||||
# BUCK
|
||||
buck-out/
|
||||
\.buckd/
|
||||
*.keystore
|
||||
!debug.keystore
|
||||
|
||||
# fastlane
|
||||
#
|
||||
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
|
||||
# screenshots whenever they are needed.
|
||||
# For more information about the recommended setup visit:
|
||||
# https://docs.fastlane.tools/best-practices/source-control/
|
||||
|
||||
*/fastlane/report.xml
|
||||
*/fastlane/Preview.html
|
||||
*/fastlane/screenshots
|
||||
|
||||
# Bundle artifact
|
||||
*.jsbundle
|
||||
|
||||
# CocoaPods
|
||||
/ios/Pods/
|
||||
3
with-webbrowser-redirect/app/.gitignore
vendored
3
with-webbrowser-redirect/app/.gitignore
vendored
@@ -1,3 +0,0 @@
|
||||
node_modules/**/*
|
||||
.expo/*
|
||||
npm-debug.*
|
||||
Reference in New Issue
Block a user