-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
1 changed file
with
122 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,122 @@ | ||
/ios/ViroRenderer.xcodeproj/xcuserdata/* | ||
/ios/ViroRenderer.xcodeproj/project.xcworkspace/xcuserdata/** | ||
/ios/ViroRenderer.xcworkspace/xcuserdata/** | ||
/ios/ViroRenderer.xcworkspace/xcshareddata/** | ||
/ios/Pods/Pods.xcodeproj/xcuserdata/** | ||
/ios/Pods/ | ||
.DS_Store | ||
|
||
# Macos | ||
/macos/ViroRenderer.xcodeproj/xcuserdata/* | ||
/macos/ViroRenderer.xcodeproj/project.xcworkspace/xcuserdata/** | ||
|
||
# WASM | ||
/wasm/products/ | ||
/wasm/test/products/ | ||
cmake-build-debug/ | ||
cmake-build-release/ | ||
|
||
# Gradle | ||
android/.idea/ | ||
android/.idea/misc.xml | ||
android/.idea/gradle.xml | ||
android/app/.idea/ | ||
android/app/gradle/ | ||
android/app/local.properties | ||
android/renderertest/.idea/ | ||
android/renderertest/gradle/ | ||
android/renderertest/local.properties | ||
|
||
# [Android] ======================== | ||
# Built application files | ||
*.apk | ||
*.ap_ | ||
|
||
# Files for the Dalvik VM | ||
*.dex | ||
|
||
# Java class files | ||
*.class | ||
|
||
# Generated files | ||
bin/ | ||
gen/ | ||
|
||
# Gradle files | ||
.gradle/ | ||
build/ | ||
|
||
# Local configuration file (sdk path, etc) | ||
local.properties | ||
|
||
# Proguard folder generated by Eclipse | ||
proguard/ | ||
|
||
# Log Files | ||
*.log | ||
|
||
|
||
## Directory-based project format: | ||
.idea/ | ||
|
||
## File-based project format: | ||
*.ipr | ||
*.iws | ||
|
||
## Plugin-specific files: | ||
|
||
# IntelliJ | ||
out/ | ||
|
||
# mpeltonen/sbt-idea plugin | ||
.idea_modules/ | ||
|
||
# JIRA plugin | ||
atlassian-ide-plugin.xml | ||
|
||
# Crashlytics plugin (for Android Studio and IntelliJ) | ||
com_crashlytics_export_strings.xml | ||
|
||
|
||
# [Maven] ======================== | ||
target/ | ||
pom.xml.tag | ||
pom.xml.releaseBackup | ||
pom.xml.versionsBackup | ||
pom.xml.next | ||
release.properties | ||
|
||
|
||
# [Gradle-Android] ======================== | ||
|
||
# Ignore Gradle GUI config | ||
gradle-app.setting | ||
|
||
# Gradle Signing | ||
signing.properties | ||
trestle.keystore | ||
|
||
# Mobile Tools for Java (J2ME) | ||
.mtj.tmp/ | ||
|
||
# Package Files # | ||
*.war | ||
*.ear | ||
|
||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | ||
hs_err_pid* | ||
|
||
# Misc | ||
/.idea/workspace.xml | ||
.DS_Store | ||
/captures | ||
**/*.iml | ||
*.class | ||
|
||
|
||
# Fastlane | ||
android/fastlane/report.xml | ||
android/fastlane/README.md | ||
ios/fastlane/report.xml | ||
ios/fastlane/README.md | ||
|