Skip to content

Commit

Permalink
dist foldfer to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
obipawan committed Aug 22, 2022
1 parent bafc411 commit 57d3f69
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
#
.DS_Store

# XDE
.expo/

# VSCode
.vscode/
jsconfig.json

dist/
# Xcode
#
build/
Expand All @@ -24,11 +32,40 @@ project.xcworkspace

# Android/IJ
#
.idea
.classpath
.cxx
.gradle
.idea
.project
.settings
local.properties
android.iml

# Cocoapods
#
example/ios/Pods

# Ruby
example/vendor/

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

# BUCK
buck-out/
\.buckd/
android/app/libs
android/keystores/debug.keystore

# Expo
.expo/*

# generated by bob
lib/

# generated by bob
dist/

0 comments on commit 57d3f69

Please sign in to comment.