From 485474435cb3d221d25cf30eb7b6fc34c4161445 Mon Sep 17 00:00:00 2001 From: Recep Kocur Date: Fri, 30 Dec 2022 01:01:28 +0300 Subject: [PATCH] Update .gitignore --- .gitignore | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 4be9864..835ae0c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,12 @@ # .DS_Store +# node.js +# +node_modules/ +npm-debug.log +yarn-error.log + # Xcode # build/ @@ -20,6 +26,7 @@ DerivedData *.hmap *.ipa *.xcuserstate +project.xcworkspace # Android/IntelliJ # @@ -42,17 +49,6 @@ buck-out/ *.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