Skip to content

Commit

Permalink
Added Git Ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dthian committed Aug 20, 2020
1 parent 3701e16 commit aba766c
Showing 1 changed file with 122 additions and 0 deletions.
122 changes: 122 additions & 0 deletions .gitignore
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

0 comments on commit aba766c

Please sign in to comment.