Permalink
Browse files

Added git ignore files

  • Loading branch information...
1 parent c78a1d9 commit f1a0159fc937ee3b265b241046122920f1bc217e @saryana saryana committed May 4, 2016
Showing with 216 additions and 2,432 deletions.
  1. +27 −0 .gitignore
  2. +76 −0 JavaWebServer/.gitignore
  3. +0 −1 JavaWebServer/.idea/.name
  4. +0 −22 JavaWebServer/.idea/compiler.xml
  5. +0 −3 JavaWebServer/.idea/copyright/profiles_settings.xml
  6. +0 −57 JavaWebServer/.idea/misc.xml
  7. +0 −8 JavaWebServer/.idea/modules.xml
  8. +0 −124 JavaWebServer/.idea/uiDesigner.xml
  9. +0 −6 JavaWebServer/.idea/vcs.xml
  10. +0 −932 JavaWebServer/.idea/workspace.xml
  11. BIN JavaWebServer/out/production/Java Web Server/ClientThread$1.class
  12. BIN JavaWebServer/out/production/Java Web Server/ClientThread$DeviceType.class
  13. BIN JavaWebServer/out/production/Java Web Server/ClientThread.class
  14. BIN JavaWebServer/out/production/Java Web Server/ExecuteBashCommand.class
  15. BIN JavaWebServer/out/production/Java Web Server/FileChangeListener.class
  16. BIN JavaWebServer/out/production/Java Web Server/OSXClient.class
  17. BIN JavaWebServer/out/production/Java Web Server/ParsePList.class
  18. BIN JavaWebServer/out/production/Java Web Server/Server.class
  19. BIN JavaWebServer/out/production/Java Web Server/WebClient.class
  20. BIN JavaWebServer/out/production/Java Web Server/plist/ASCIIPropertyListParser.class
  21. BIN JavaWebServer/out/production/Java Web Server/plist/Base64$1.class
  22. BIN JavaWebServer/out/production/Java Web Server/plist/Base64$B64InputStream.class
  23. BIN JavaWebServer/out/production/Java Web Server/plist/Base64$B64OutputStream.class
  24. BIN JavaWebServer/out/production/Java Web Server/plist/Base64.class
  25. BIN JavaWebServer/out/production/Java Web Server/plist/BinaryPropertyListParser.class
  26. BIN JavaWebServer/out/production/Java Web Server/plist/BinaryPropertyListWriter.class
  27. BIN JavaWebServer/out/production/Java Web Server/plist/NSArray.class
  28. BIN JavaWebServer/out/production/Java Web Server/plist/NSData.class
  29. BIN JavaWebServer/out/production/Java Web Server/plist/NSDate.class
  30. BIN JavaWebServer/out/production/Java Web Server/plist/NSDictionary.class
  31. BIN JavaWebServer/out/production/Java Web Server/plist/NSNumber.class
  32. BIN JavaWebServer/out/production/Java Web Server/plist/NSObject.class
  33. BIN JavaWebServer/out/production/Java Web Server/plist/NSSet.class
  34. BIN JavaWebServer/out/production/Java Web Server/plist/NSString.class
  35. BIN JavaWebServer/out/production/Java Web Server/plist/PropertyListFormatException.class
  36. BIN JavaWebServer/out/production/Java Web Server/plist/PropertyListParser.class
  37. BIN JavaWebServer/out/production/Java Web Server/plist/UID.class
  38. BIN JavaWebServer/out/production/Java Web Server/plist/XMLPropertyListParser$1.class
  39. BIN JavaWebServer/out/production/Java Web Server/plist/XMLPropertyListParser.class
  40. +37 −0 PieMessage-Android/.gitignore
  41. +76 −0 PieOSXClient/.gitignore
  42. +0 −1 PieOSXClient/.idea/.name
  43. +0 −22 PieOSXClient/.idea/compiler.xml
  44. +0 −3 PieOSXClient/.idea/copyright/profiles_settings.xml
  45. +0 −11 PieOSXClient/.idea/libraries/java_json.xml
  46. +0 −19 PieOSXClient/.idea/misc.xml
  47. +0 −8 PieOSXClient/.idea/modules.xml
  48. +0 −124 PieOSXClient/.idea/uiDesigner.xml
  49. +0 −6 PieOSXClient/.idea/vcs.xml
  50. +0 −1,085 PieOSXClient/.idea/workspace.xml
  51. BIN PieOSXClient/out/production/PieOSXClient/Constants.class
  52. BIN PieOSXClient/out/production/PieOSXClient/FileChangeListener.class
  53. BIN PieOSXClient/out/production/PieOSXClient/IncomingMessagesListener.class
  54. BIN PieOSXClient/out/production/PieOSXClient/OSXIncomingMessageThread$ResetStatus.class
  55. BIN PieOSXClient/out/production/PieOSXClient/OSXIncomingMessageThread.class
  56. BIN PieOSXClient/out/production/PieOSXClient/OSXOutgoingMessageThread.class
  57. BIN PieOSXClient/out/production/PieOSXClient/OutgoingSQLiteChecker.class
  58. BIN PieOSXClient/out/production/PieOSXClient/ParsePList.class
  59. BIN PieOSXClient/out/production/PieOSXClient/PieOSXClient.class
  60. BIN PieOSXClient/out/production/PieOSXClient/plist/ASCIIPropertyListParser.class
  61. BIN PieOSXClient/out/production/PieOSXClient/plist/Base64$1.class
  62. BIN PieOSXClient/out/production/PieOSXClient/plist/Base64$B64InputStream.class
  63. BIN PieOSXClient/out/production/PieOSXClient/plist/Base64$B64OutputStream.class
  64. BIN PieOSXClient/out/production/PieOSXClient/plist/Base64.class
  65. BIN PieOSXClient/out/production/PieOSXClient/plist/BinaryPropertyListParser.class
  66. BIN PieOSXClient/out/production/PieOSXClient/plist/BinaryPropertyListWriter.class
  67. BIN PieOSXClient/out/production/PieOSXClient/plist/NSArray.class
  68. BIN PieOSXClient/out/production/PieOSXClient/plist/NSData.class
  69. BIN PieOSXClient/out/production/PieOSXClient/plist/NSDate.class
  70. BIN PieOSXClient/out/production/PieOSXClient/plist/NSDictionary.class
  71. BIN PieOSXClient/out/production/PieOSXClient/plist/NSNumber.class
  72. BIN PieOSXClient/out/production/PieOSXClient/plist/NSObject.class
  73. BIN PieOSXClient/out/production/PieOSXClient/plist/NSSet.class
  74. BIN PieOSXClient/out/production/PieOSXClient/plist/NSString.class
  75. BIN PieOSXClient/out/production/PieOSXClient/plist/PropertyListFormatException.class
  76. BIN PieOSXClient/out/production/PieOSXClient/plist/PropertyListParser.class
  77. BIN PieOSXClient/out/production/PieOSXClient/plist/UID.class
  78. BIN PieOSXClient/out/production/PieOSXClient/plist/XMLPropertyListParser$1.class
  79. BIN PieOSXClient/out/production/PieOSXClient/plist/XMLPropertyListParser.class
View
@@ -0,0 +1,27 @@
+
+# Java build artifacts class files
+*.class
+
+# other generated files
+bin/
+gen/
+build/
+
+# local configuration file (for Android sdk path, etc)
+local.properties
+
+# OSX files
+.DS_Store
+
+# Eclipse project files
+.classpath
+.project
+
+# Android Studio
+*.iml
+.idea
+.gradle
+
+
+#NDK
+obj/
View
@@ -0,0 +1,76 @@
+# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
+# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
+.idea/
+# User-specific stuff:
+.idea/workspace.xml
+.idea/tasks.xml
+.idea/dictionaries
+.idea/vcs.xml
+.idea/jsLibraryMappings.xml
+.idea/encodings.xml
+
+# Sensitive or high-churn files:
+.idea/dataSources.ids
+.idea/dataSources.xml
+.idea/dataSources.local.xml
+.idea/sqlDataSources.xml
+.idea/dynamic.xml
+.idea/uiDesigner.xml
+
+# Gradle:
+.idea/gradle.xml
+.idea/libraries
+
+# Mongo Explorer plugin:
+.idea/mongoSettings.xml
+
+## File-based project format:
+*.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
+crashlytics.properties
+crashlytics-build.properties
+fabric.properties
+
+*.apk
+*.ap_
+*.dex
+
+# Java build artifacts class files
+*.class
+
+# other generated files
+bin/
+gen/
+build/
+
+# local configuration file (for Android sdk path, etc)
+local.properties
+
+# OSX files
+.DS_Store
+
+# Eclipse project files
+.classpath
+.project
+
+# Android Studio
+*.iml
+.idea
+.gradle
+
+
+#NDK
+obj/
@@ -1 +0,0 @@
-Java Web Server
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="CompilerConfiguration">
- <resourceExtensions />
- <wildcardResourcePatterns>
- <entry name="!?*.java" />
- <entry name="!?*.form" />
- <entry name="!?*.class" />
- <entry name="!?*.groovy" />
- <entry name="!?*.scala" />
- <entry name="!?*.flex" />
- <entry name="!?*.kt" />
- <entry name="!?*.clj" />
- <entry name="!?*.aj" />
- </wildcardResourcePatterns>
- <annotationProcessing>
- <profile default="true" name="Default" enabled="false">
- <processorPath useClasspath="true" />
- </profile>
- </annotationProcessing>
- </component>
-</project>
@@ -1,3 +0,0 @@
-<component name="CopyrightManager">
- <settings default="" />
-</component>
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="ClientPropertiesManager">
- <properties class="javax.swing.AbstractButton">
- <property name="hideActionText" class="java.lang.Boolean" />
- </properties>
- <properties class="javax.swing.JComponent">
- <property name="html.disable" class="java.lang.Boolean" />
- </properties>
- <properties class="javax.swing.JEditorPane">
- <property name="JEditorPane.w3cLengthUnits" class="java.lang.Boolean" />
- <property name="JEditorPane.honorDisplayProperties" class="java.lang.Boolean" />
- <property name="charset" class="java.lang.String" />
- </properties>
- <properties class="javax.swing.JList">
- <property name="List.isFileList" class="java.lang.Boolean" />
- </properties>
- <properties class="javax.swing.JPasswordField">
- <property name="JPasswordField.cutCopyAllowed" class="java.lang.Boolean" />
- </properties>
- <properties class="javax.swing.JSlider">
- <property name="Slider.paintThumbArrowShape" class="java.lang.Boolean" />
- <property name="JSlider.isFilled" class="java.lang.Boolean" />
- </properties>
- <properties class="javax.swing.JTable">
- <property name="Table.isFileList" class="java.lang.Boolean" />
- <property name="JTable.autoStartsEdit" class="java.lang.Boolean" />
- <property name="terminateEditOnFocusLost" class="java.lang.Boolean" />
- </properties>
- <properties class="javax.swing.JToolBar">
- <property name="JToolBar.isRollover" class="java.lang.Boolean" />
- </properties>
- <properties class="javax.swing.JTree">
- <property name="JTree.lineStyle" class="java.lang.String" />
- </properties>
- <properties class="javax.swing.text.JTextComponent">
- <property name="caretAspectRatio" class="java.lang.Double" />
- <property name="caretWidth" class="java.lang.Integer" />
- </properties>
- </component>
- <component name="EntryPointsManager">
- <entry_points version="2.0" />
- </component>
- <component name="ProjectLevelVcsManager" settingsEditedManually="false">
- <OptionsSetting value="true" id="Add" />
- <OptionsSetting value="true" id="Remove" />
- <OptionsSetting value="true" id="Checkout" />
- <OptionsSetting value="true" id="Update" />
- <OptionsSetting value="true" id="Status" />
- <OptionsSetting value="true" id="Edit" />
- <ConfirmationsSetting value="0" id="Add" />
- <ConfirmationsSetting value="0" id="Remove" />
- </component>
- <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
- <output url="file://$PROJECT_DIR$/out" />
- </component>
-</project>
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="ProjectModuleManager">
- <modules>
- <module fileurl="file://$PROJECT_DIR$/Java Web Server.iml" filepath="$PROJECT_DIR$/Java Web Server.iml" />
- </modules>
- </component>
-</project>
@@ -1,124 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="Palette2">
- <group name="Swing">
- <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
- <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
- </item>
- <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
- <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
- </item>
- <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
- <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
- </item>
- <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
- <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
- </item>
- <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
- <initial-values>
- <property name="text" value="Button" />
- </initial-values>
- </item>
- <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
- <initial-values>
- <property name="text" value="RadioButton" />
- </initial-values>
- </item>
- <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
- <initial-values>
- <property name="text" value="CheckBox" />
- </initial-values>
- </item>
- <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
- <initial-values>
- <property name="text" value="Label" />
- </initial-values>
- </item>
- <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
- <preferred-size width="150" height="-1" />
- </default-constraints>
- </item>
- <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
- <preferred-size width="150" height="-1" />
- </default-constraints>
- </item>
- <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
- <preferred-size width="150" height="-1" />
- </default-constraints>
- </item>
- <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
- <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
- <preferred-size width="150" height="50" />
- </default-constraints>
- </item>
- <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
- <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
- <preferred-size width="150" height="50" />
- </default-constraints>
- </item>
- <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
- <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
- <preferred-size width="150" height="50" />
- </default-constraints>
- </item>
- <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
- <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
- </item>
- <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
- <preferred-size width="150" height="50" />
- </default-constraints>
- </item>
- <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
- <preferred-size width="150" height="50" />
- </default-constraints>
- </item>
- <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
- <preferred-size width="150" height="50" />
- </default-constraints>
- </item>
- <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
- <preferred-size width="200" height="200" />
- </default-constraints>
- </item>
- <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
- <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
- <preferred-size width="200" height="200" />
- </default-constraints>
- </item>
- <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
- </item>
- <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
- </item>
- <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
- <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
- </item>
- <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
- </item>
- <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
- <preferred-size width="-1" height="20" />
- </default-constraints>
- </item>
- <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
- </item>
- <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
- </item>
- </group>
- </component>
-</project>
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="VcsDirectoryMappings">
- <mapping directory="$PROJECT_DIR$" vcs="Git" />
- </component>
-</project>
Oops, something went wrong.

0 comments on commit f1a0159

Please sign in to comment.