From 5f4611d65e40eae3ca6191a15f68d69ea5a1c4cb Mon Sep 17 00:00:00 2001 From: Kirill Rogovoy Date: Tue, 20 Jul 2021 21:24:52 +0300 Subject: WIP --- .gitignore | 103 ++++++++++++++++--------------------------------------------- 1 file changed, 26 insertions(+), 77 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5c5657a..1437c53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,85 +1,34 @@ -# OSX -# -.DS_Store - -# Xcode -# -build/ -*.pbxuser -!default.pbxuser -*.mode1v3 -!default.mode1v3 -*.mode2v3 -!default.mode2v3 -*.perspectivev3 -!default.perspectivev3 -xcuserdata -*.xccheckout -*.moved-aside -DerivedData -*.hmap -*.ipa -*.xcuserstate - -# Android/IntelliJ -# -build/ -.idea -.gradle -local.properties -*.iml - -# node.js -# -node_modules/ -npm-debug.log -yarn-error.log +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. -# BUCK -buck-out/ -\.buckd/ -*.keystore -!debug.keystore +# dependencies +/node_modules +/.pnp +.pnp.js -# 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/ +# testing +/coverage -*/fastlane/report.xml -*/fastlane/Preview.html -*/fastlane/screenshots +# next.js +/.next/ +/out/ -# Bundle artifact -*.jsbundle +# production +/build -# CocoaPods -/ios/Pods/ - -# Ignite-specific items below -# You can safely replace everything above this comment with whatever is -# in the default .gitignore generated by React-Native CLI - -# VS Code -.vscode - -# Expo -.expo/* -bin/Exponent.app +# misc +.DS_Store +*.pem -npm-debug.* -*.jks -*.p8 -*.p12 -*.key -*.mobileprovision -*.orig.* -#web-build/ +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* -# Configurations -app/config/env.*.js -!env.js +# local env files +.env.local +.env.development.local +.env.test.local +.env.production.local -.log/* +# vercel +.vercel -- cgit v1.2.3