diff --git a/Examples/SampleApp/.gitignore b/Examples/SampleApp/.gitignore new file mode 100644 index 000000000..c39012e9e --- /dev/null +++ b/Examples/SampleApp/.gitignore @@ -0,0 +1,27 @@ +# OSX +# +.DS_Store + +# Xcode +# +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata +*.xccheckout +*.moved-aside +DerivedData +*.hmap +*.ipa +*.xcuserstate + +# node.js +# +node_modules/ +npm-debug.log