Files
react-native-svg/.gitignore
Jakub Grzywacz b3b175a7fb feat: move examples to ./apps (#2507)
# Summary

Due to the large number of example apps in the repository, I decided to
change the structure and move all applications into an "apps" folder to
maintain a clear structure.
2024-10-25 16:12:23 +02:00

57 lines
519 B
Plaintext

# OSX
#
.DS_Store
.yarn
.yarnrc.yml
# Xcode
#
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
project.xcworkspace
# Android/IJ
#
.idea
.gradle
local.properties
build/
# node.js
#
node_modules
npm-debug.log
# webstorm
#
*.iml
# unfinished documents
#
cn-doc.md
# experimental code
#
experimental/
/lib/
# VS Code
.vscode/
# E2E reports
jest-html-reporters-attach/
report.html