We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e765fff commit 02a96a7Copy full SHA for 02a96a7
.gitignore
@@ -1,4 +1,35 @@
1
+*.pydevproject
2
+*.classpath
3
*.class
4
+.metadata
5
+.gradle
6
+bin/
7
+tmp/
8
+*.tmp
9
+*.bak
10
+*.swp
11
+*~.nib
12
+local.properties
13
+.settings/
14
+.loadpath
15
+
16
+# External tool builders
17
+.externalToolBuilders/
18
19
+# Locally stored "Eclipse launch configurations"
20
+*.launch
21
22
+# CDT-specific
23
+.cproject
24
25
+# PDT-specific
26
+.buildpath
27
28
+# sbteclipse plugin
29
+.target
30
31
+# TeXlipse plugin
32
+.texlipse
33
34
# Package Files #
35
*.jar
0 commit comments