-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
aMarCruz
committed
Jan 10, 2019
1 parent
2ddea0f
commit f6a5844
Showing
12 changed files
with
108 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,36 @@ | ||
# node.js | ||
# | ||
node_modules/ | ||
*.log | ||
*.bak | ||
yarn.lock | ||
|
||
# OSX / Xcode | ||
# | ||
.DS_Store | ||
build/ | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.pbxuser | ||
!default.perspectivev3 | ||
xcuserdata | ||
*.xccheckout | ||
*.moved-aside | ||
DerivedData | ||
.* | ||
.bak/ | ||
.DS_Store | ||
.gradle | ||
.idea | ||
*.bak | ||
*.hmap | ||
*.iml | ||
*.ipa | ||
*.keystore | ||
*.log | ||
*.mode1v3 | ||
*.mode2v3 | ||
*.moved-aside | ||
*.pbxuser | ||
*.perspectivev3 | ||
*.tgz | ||
*.xccheckout | ||
*.xcuserstate | ||
project.xcworkspace | ||
|
||
# Android/IntelliJ | ||
# | ||
.idea | ||
.gradle | ||
**/.vscode/.react/ | ||
\.buckd/ | ||
~* | ||
android/build/ | ||
local.properties | ||
*.iml | ||
|
||
# BUCK | ||
buck-out/ | ||
\.buckd/ | ||
*.keystore | ||
|
||
# Development | ||
.bak/ | ||
.docs/ | ||
**/.vscode/.react/ | ||
*.tgz | ||
build/ | ||
DerivedData | ||
local.properties | ||
node_modules/ | ||
package-lock.json | ||
project.xcworkspace | ||
xcuserdata | ||
yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,36 @@ | ||
# Almost the same as .gitignore, but for publishing or local installation | ||
# | ||
node_modules/ | ||
*.log | ||
*.bak | ||
yarn.lock | ||
.DS_Store | ||
build/ | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.pbxuser | ||
!default.perspectivev3 | ||
xcuserdata | ||
*.xccheckout | ||
*.moved-aside | ||
DerivedData | ||
.* | ||
.bak/ | ||
.DS_Store | ||
.gradle | ||
.idea | ||
*.bak | ||
*.hmap | ||
*.iml | ||
*.ipa | ||
*.keystore | ||
*.log | ||
*.mode1v3 | ||
*.mode2v3 | ||
*.moved-aside | ||
*.pbxuser | ||
*.perspectivev3 | ||
*.tgz | ||
*.xccheckout | ||
*.xcuserstate | ||
project.xcworkspace | ||
.idea | ||
.gradle | ||
**/.vscode/.react/ | ||
\.buckd/ | ||
~* | ||
android/build/ | ||
local.properties | ||
*.iml | ||
buck-out/ | ||
\.buckd/ | ||
*.keystore | ||
# Development | ||
.bak/ | ||
.docs/ | ||
**/.vscode/.react/ | ||
example/ | ||
*.tgz | ||
build/ | ||
DerivedData | ||
local.properties | ||
node_modules/ | ||
package-lock.json | ||
project.xcworkspace | ||
xcuserdata | ||
yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters