mirror of
https://github.com/wibus-wee/InjectGUI.git
synced 2025-11-25 11:29:26 +08:00
chore: gitignore
This commit is contained in:
122
.gitignore
vendored
Normal file
122
.gitignore
vendored
Normal file
@@ -0,0 +1,122 @@
|
||||
!default.mode1v3
|
||||
!default.mode2v3
|
||||
!default.pbxuser
|
||||
!default.perspectivev3
|
||||
!default.xcworkspace
|
||||
*.app
|
||||
*.app/
|
||||
*.dSYM
|
||||
*.dSYM.zip
|
||||
*.hmap
|
||||
*.ipa
|
||||
*.lcov
|
||||
*.lock
|
||||
*.log
|
||||
*.mode1v3
|
||||
*.mode2v3
|
||||
*.moved-aside
|
||||
*.pbxuser
|
||||
*.perspectivev3
|
||||
*.pid
|
||||
*.pid.lock
|
||||
*.seed
|
||||
*.swp
|
||||
*.tgz
|
||||
*.tsbuildinfo
|
||||
*.xccheckout
|
||||
*.xcscmblueprint
|
||||
*.xcuserstate
|
||||
*~.nib
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
.AppleDouble
|
||||
.DS_Store
|
||||
.DocumentRevisions-V100
|
||||
.LSOverride
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
._*
|
||||
.apdisk
|
||||
.build
|
||||
.bundle
|
||||
.cache
|
||||
.cache/
|
||||
.com.apple.timemachine.donotpresent
|
||||
.dynamodb/
|
||||
.env
|
||||
.env.test
|
||||
.eslintcache
|
||||
.fseventsd
|
||||
.fusebox/
|
||||
.grunt
|
||||
.idea
|
||||
.lock-wscript
|
||||
.next
|
||||
.node_repl_history
|
||||
.npm
|
||||
.nuxt
|
||||
.nyc_output
|
||||
.parcel-cache
|
||||
.pnp.*
|
||||
.rpt2_cache/
|
||||
.rts2_cache_cjs/
|
||||
.rts2_cache_es/
|
||||
.rts2_cache_umd/
|
||||
.serverless/
|
||||
.swiftpm
|
||||
.tern-port
|
||||
.vscode-test
|
||||
.vuepress/dist
|
||||
.yarn-integrity
|
||||
.yarn/build-state.yml
|
||||
.yarn/cache
|
||||
.yarn/unplugged
|
||||
/*.gcno
|
||||
Artifacts
|
||||
Artifacts/
|
||||
CI
|
||||
CI-Pods.tar
|
||||
Carthage/Build
|
||||
Carthage/Build/
|
||||
DerivedData
|
||||
DerivedData/
|
||||
Icon
|
||||
Network Trash Folder
|
||||
Pipeline/Dockers/Buildtime/
|
||||
Podfile.lock
|
||||
Pods/
|
||||
Temporary Items
|
||||
artifacts
|
||||
artifacts/
|
||||
bower_components
|
||||
build/
|
||||
build/Release
|
||||
coverage
|
||||
default.profraw
|
||||
dist
|
||||
dockerbuild
|
||||
dockermnt
|
||||
fastlane/Preview.html
|
||||
fastlane/report.xml
|
||||
fastlane/screenshots/**/*.png
|
||||
fastlane/test_output
|
||||
iOSInjectionProject/
|
||||
jspm_packages/
|
||||
lerna-debug.log*
|
||||
lib-cov
|
||||
logs
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
pids
|
||||
profile
|
||||
project.xcworkspace
|
||||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||||
temp/
|
||||
temps/
|
||||
web_modules/
|
||||
xcuserdata
|
||||
xcuserdata/
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
@@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>SchemeUserState</key>
|
||||
<dict>
|
||||
<key>InjectGUI.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user