Skip to content

Commit

Permalink
Add generated JS and copied files to .gitignore.
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 36b0c72f6476de24365af76ca6d92070addfee7b
  • Loading branch information
jaccarmac committed Apr 1, 2015
1 parent bc1a8b2 commit 8479626
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 2,601 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/platforms/android/CordovaLib/ant-build/
/www/js/draftboys.js
/platforms/android/assets/www/
/platforms/android/ant-build/
/platforms/android/CordovaLib/ant-build/
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.jaccarmac.draftboys" version="0.4.4"
<widget id="com.jaccarmac.draftboys" version="0.4.5"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>DRAFTBOYS</name>
Expand Down
2 changes: 1 addition & 1 deletion draftboys.org
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ will help me practice Cordova, Nim, literate programming, and App Engine.
#+NAME: config.xml
#+BEGIN_SRC xml
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.jaccarmac.draftboys" version="0.4.4"
<widget id="com.jaccarmac.draftboys" version="0.4.5"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>DRAFTBOYS</name>
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<manifest android:hardwareAccelerated="true" android:versionCode="404" android:versionName="0.4.4" package="com.jaccarmac.draftboys" xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:hardwareAccelerated="true" android:versionCode="405" android:versionName="0.4.5" package="com.jaccarmac.draftboys" xmlns:android="http://schemas.android.com/apk/res/android">
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
<uses-permission android:name="android.permission.INTERNET" />
<application android:hardwareAccelerated="true" android:icon="@drawable/icon" android:label="@string/app_name">
Expand Down
Loading

0 comments on commit 8479626

Please sign in to comment.