Skip to content

Commit

Permalink
Delete build files from git
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjunior committed Apr 14, 2023
1 parent 55fdc4e commit 242155d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 96 deletions.
34 changes: 24 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace
ios/.xcode.env.local

# Android/IntelliJ
#
Expand All @@ -29,25 +29,39 @@ build/
.gradle
local.properties
*.iml
*.hprof
.cxx/
*.keystore
!debug.keystore

# node.js
#
node_modules/
npm-debug.log
yarn-error.log

# BUCK
buck-out/
\.buckd/
*.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://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
# https://docs.fastlane.tools/best-practices/source-control/

**/fastlane/report.xml
**/fastlane/Preview.html
**/fastlane/screenshots
**/fastlane/test_output

# Bundle artifact
*.jsbundle

# Ruby / CocoaPods
/ios/Pods/
/vendor/bundle/

# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*

/dist
!/dist/.gitkeep

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
51 changes: 0 additions & 51 deletions dist/index.d.ts

This file was deleted.

34 changes: 0 additions & 34 deletions dist/index.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/index.js.map

This file was deleted.

0 comments on commit 242155d

Please sign in to comment.