Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Mar 21, 2019
1 parent ea2994e commit 4ea7bb8
Showing 1 changed file with 40 additions and 7 deletions.
47 changes: 40 additions & 7 deletions .gitignore
@@ -1,15 +1,48 @@
*.xcworkspace
# 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
project.xcworkspace

# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml

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

*.DS_Store
# BUCK
buck-out/
\.buckd/
*.keystore

*.xcworkspace
Thumbs.db
Desktop.ini

.vscode/

android/build/

0 comments on commit 4ea7bb8

Please sign in to comment.