Skip to content

Commit

Permalink
all sample-code in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonahss committed Aug 13, 2014
1 parent 551542b commit 1d6d623
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .gitignore
Expand Up @@ -3,26 +3,10 @@
.DS_Store
npm*.log
node_modules
sample-code
*.trace
xcuserdata
sample-code/examples
sample-code/apps/TestApp/build
sample-code/apps/WebViewApp/build
sample-code/apps/WebViewApp/WebViewApp.xcodeproj/project.xcworkspace/xcshareddata
sample-code/apps/gps-demo*
sample-code/apps/*.apk
*.sublime-*
sample-code/apps/UICatalog*
sample-code/apps/io.appium.gappium*
sample-code/apps/WebViewDemo*
sample-code/examples/dotnet/SimpleTest/*.userprefs
sample-code/examples/java/junit/target/
sample-code/examples/java/testng/target/
sample-code/examples/python/*.pyc
sample-code/examples/php/composer.lock
sample-code/examples/php/composer.phar
sample-code/examples/php/vendor
sample-code/examples/ruby/Gemfile.lock
test/functional/_joined
*.iml
*.autosave
Expand All @@ -33,7 +17,6 @@ lib/devices/android/bootstrap/local.properties
lib/devices/android/bootstrap/project.properties
lib/devices/android/bootstrap/.classpath
lib/devices/android/bootstrap/target/
sample-code/apps/ApiDemos
.*~
*~
org.eclipse.ltk.core.refactoring.prefs
Expand All @@ -44,4 +27,3 @@ build/
lib/devices/ios/uiauto/lib/status.js
lib/devices/ios/uiauto/appium/xpath.js
*DerivedData
sample-code/examples/ruby/pretty_app.png

0 comments on commit 1d6d623

Please sign in to comment.