Skip to content

Commit beb7b9e

Browse files
committed
Some gitignore stuff
1 parent 1243acd commit beb7b9e

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,10 @@
22
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
33
node_modules
44
package-lock.json
5+
yarn-error.log
56
ios/RNZendeskChat/RNZendeskChat.xcodeproj/xcuserdata
67
ios/RNZendeskChat/RNZendeskChat.xcodeproj/project.xcworkspace
78

8-
# Android/IJ
9-
#
10-
.idea
11-
.gradle
12-
**/*.iml
13-
local.properties
14-
159
# Xcode
1610
#
1711
build/

android/.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Android-specific gitignoreables
2+
3+
.idea
4+
.gradle
5+
**/*.iml
6+
build/
7+
.idea
8+
.gradle
9+
local.properties
10+
11+
# Classpath can differ on developer machines, though I think it's relative currently
12+
.classpath
13+
# Project files can contain developer-specific config? It's unclear,
14+
# and the community debates whether they should be ignored.
15+
# Since they're auto-generated sometimes, this should be okay?
16+
.project
17+
18+
# I think this is genned by vscode-java extension
19+
org.eclipse.buildship.core.prefs
20+
org.eclipse.jdt.core.prefs

0 commit comments

Comments
 (0)