We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb27b3 commit 4a09e88Copy full SHA for 4a09e88
.gitignore
@@ -12,7 +12,8 @@ build/
12
.idea/
13
build-eclipse/
14
/tags
15
-
+out/
16
+bin/
17
18
19
*.iml
@@ -27,4 +28,4 @@ build-eclipse/
27
28
*.orig
29
geode-spark-connector/**/target/
30
geode-spark-connector/project/project/
-geode-pulse/screenshots/
31
+geode-pulse/screenshots/
gradle/rat.gradle
@@ -62,6 +62,8 @@ rat {
62
'.idea/**',
63
'geode-spark-connector/.idea/**',
64
'**/tags',
65
+ '**/out/**',
66
+ '**/bin/**',
67
68
// text files
69
'**/*.fig',
0 commit comments