BlueWallet/.gitignore

52 lines
635 B
Text
Raw Normal View History

2018-01-30 22:42:38 +00:00
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/node_modules
node_modules/
2018-01-30 22:42:38 +00:00
# misc
.env.local
.env.development.local
.env.test.local
.env.production.local
2018-10-31 13:03:33 +00:00
.idea/
2018-01-30 22:42:38 +00:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2018-10-31 12:53:18 +00:00
class/constants.js
# OSX# OSX
#
.DS_Store
# Xcode
#
build/
ios/build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
#
# Android
#
android/local.properties
android/app/bluewallet-release-key.keystore
.idea
.gradle
*.iml
build/