File tree Expand file tree Collapse file tree 2 files changed +21
-7
lines changed Expand file tree Collapse file tree 2 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 22# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
33node_modules
44package-lock.json
5+ yarn-error.log
56ios /RNZendeskChat /RNZendeskChat.xcodeproj /xcuserdata
67ios /RNZendeskChat /RNZendeskChat.xcodeproj /project.xcworkspace
78
8- # Android/IJ
9- #
10- .idea
11- .gradle
12- ** /* .iml
13- local.properties
14-
159# Xcode
1610#
1711build /
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments