Skip to content

Commit

Permalink
chore: update ignores and locks
Browse files Browse the repository at this point in the history
  • Loading branch information
namini40 committed Jul 17, 2024
1 parent 58d187b commit 8553608
Show file tree
Hide file tree
Showing 4 changed files with 7,952 additions and 47 deletions.
119 changes: 75 additions & 44 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# OS X
.DS_Store

# Xcode
build/
*.pbxuser
Expand All @@ -16,57 +19,85 @@ DerivedData
*.hmap
*.ipa

# Gradle
/build/
/RNTester/android/app/build/
/RNTester/android/app/gradle/
/RNTester/android/app/gradlew
/RNTester/android/app/gradlew.bat
/ReactAndroid/build/
/android/build/

# Buck
.buckd
buck-out
/ReactAndroid/src/main/jni/prebuilt/lib/armeabi-v7a/
/ReactAndroid/src/main/jni/prebuilt/lib/x86/
/ReactAndroid/src/main/gen

# Watchman
.watchmanconfig

# Android
.idea
.gradle
# CocoaPods
Pods

# git files
*.orig
# Copyright: Benjamin Weiss (keyboardsurfer) https://github.com/keyboardsurfer
# Under CC-BY-SA V3.0 (https://creativecommons.org/licenses/by-sa/3.0/legalcode)

# orig files
*.orig

# built application files
*.apk
*.ap_

# lint folder
lint

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/
classes/
gen-external-apklibs/

# maven output folder
target

# Local configuration file (sdk path, etc)
local.properties
*.iml

# Node
node_modules
*.log
.nvm
/bots/node_modules/
package-lock.json
# Eclipse project files
.classpath
.project
.metadata
.settings

# IntelliJ files
.idea
*.iml

# OS X
# OSX files
.DS_Store

# Test generated files
/ReactAndroid/src/androidTest/assets/AndroidTestBundle.js
*.js.meta
# Windows files
Thumbs.db

# vi swap files
*.swp

/coverage
/third-party
# backup files
*.bak

# Root dir shouldn't have Xcode project
/*.xcodeproj
# gradle directory
.gradle
.gradletasknamecache
gradlew
gradlew.bat
gradle/
build/

# ReactCommon subdir shouldn't have Xcode project
/ReactCommon/**/*.xcodeproj
RNTester/build
# for oh-my-zsh jira plugin (https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins#jira)
.jira-url
atlassian-ide-plugin.xml

# CocoaPods
/template/ios/Pods/
/template/ios/Podfile.lock
RNTester/RNTesterPods.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
# node 5
package-lock.json

# exceptions
!*adtrace-android.jar
!android/libs/adtrace*.jar

ios/Build/
ios/Index/

# Just in case
temp/
6 changes: 3 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ node_modules
/ios/**/*xcuserdata*
/ios/**/*xcshareddata*

# AdTrace SDK
# Adtrace SDK
ext/
scripts/
example/
test/

plugins/
docs/
Loading

0 comments on commit 8553608

Please sign in to comment.