mirror of
https://github.com/placeholder-soft/web.git
synced 2026-01-12 08:44:22 +08:00
76 lines
881 B
Plaintext
76 lines
881 B
Plaintext
.env
|
|
# Node stuff
|
|
node_modules
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS ignores
|
|
.DS_Store
|
|
|
|
# Xcode
|
|
**/ios/build/
|
|
**/ios/derived_data/
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
*.xccheckout
|
|
*.moved-aside
|
|
DerivedData
|
|
*.hmap
|
|
*.ipa
|
|
*.xcuserstate
|
|
*.xcworkspace
|
|
Pods/
|
|
|
|
# Android/IntelliJ
|
|
**/android/build/
|
|
**/android/app/build/
|
|
.idea
|
|
.gradle
|
|
local.properties
|
|
*.iml
|
|
*.hprof
|
|
|
|
# Nx/Builds
|
|
.docusaurus
|
|
.next
|
|
.nx
|
|
cjs/
|
|
dts/
|
|
esm/
|
|
lib/
|
|
mjs/
|
|
out/
|
|
*.tsbuildinfo
|
|
|
|
# Yarn
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/releases
|
|
!.yarn/plugins
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
.pnp.*
|
|
# prevent people from accidentally committing a package-lock
|
|
package-lock.json
|
|
|
|
# Env files
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# GraphQL
|
|
schema.graphql
|
|
persisted_queries.json
|
|
**/*.graphql.ts
|
|
|
|
# eslint
|
|
.eslintcache
|