We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39f1cb commit 7e5b6deCopy full SHA for 7e5b6de
.gitignore
@@ -1,12 +1,12 @@
1
+.idea/
2
+*.iml
3
*.class
-
-# Mobile Tools for Java (J2ME)
4
-.mtj.tmp/
5
6
-# Package Files #
7
-*.jar
8
-*.war
9
-*.ear
10
11
-# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12
-hs_err_pid*
+target/
+.settings/
+.metadata/
+*.classpath
+*.project
+bc.zip
+log.txt
+*.ipr
+*.iws
LICENSE
@@ -198,5 +198,4 @@ Apache License
198
distributed under the License is distributed on an "AS IS" BASIS,
199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
See the License for the specific language governing permissions and
201
- limitations under the License.
202
+ limitations under the License.
0 commit comments